|
Set system decimal separator
Use SetLocaleInfo function, where last parameter is a new system separator.
SetLocaleInfo(
LOCALE_SYSTEM_DEFAULT,
LOCALE_SDECIMAL,
',');
- Related chapters
-
- Related topics
-
Get information about system
- For more
-
Win32 Programmer's Reference
- Download source
|