Xbasic
*LOCALE_GET Function
Syntax
Locale as C = *LOCALE_GET()
Arguments
- Locale
The current regional setting (set in the Windows control panel under regional settings).
Description
Get the current locale. The *LOCALE_GET() function returns the Windows regional setting.
Example
? *locale_get() = Dutch
See Also