Regional Setting API
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, In my program I want to use List Separators according to the regional settings ("," for english, ";" default for german etc). Can anyone tell me where to find any API to use the regional settings for the list separator. Thanks.
GetLocaleInfo, passing LOCALE_SLIST for the LCType parameter.
-
GetLocaleInfo, passing LOCALE_SLIST for the LCType parameter.