$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [System] Getting error messages in English
From: Igor R (boost.lists_at_[hidden])
Date: 2013-06-27 09:09:44
I'd like to always get English error messages on Win7 with localized UI.
As far as I can see, system_error_category::message() calls
FormatMessageA passing it MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT).
I tried to set locale, but it doesn't affect FormatMessageA for some reason.
I'd appreciate any idea.