Fine-grained control over wxLocale
Vadim Zeitlin
vadim at wxwidgets.org
Sun Apr 6 06:20:20 PDT 2008
On Sun, 6 Apr 2008 06:14:28 -0700 (PDT) Andreas <support at raumgeometrie.de> wrote:
A> I would like the point (".") do be the decimal-separator in all
A> languages.
This is impossible -- some languages (such as German as you surely know)
use decimal comma and not decimal point. What is possible is to use period
for the formatting you do (the simplest way to do is to use
std::ostringstream) or to set locale to "C" on program startup (not
recommended).
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
More information about the wx-users
mailing list