QB64.org Forum
Active Forums => Programs => Topic started by: Petr on January 17, 2020, 01:49:25 pm
-
For your functions use 4th column:
https://www.science.co.il/language/Locale-codes.php
and this code (windows only)
PRINT GetUserDefaultLCID%
PRINT GetSystemDefaultLangID%
This is the perfect way to set up _MAPUNICODE for your program correctly if you are writing a program in multiple languages.