GetLocale
GETLOCALE ()
Description
GetLocale returns the current language setting for the device. It returns a string of the form xx or xx-yy, where xx is the two digit language code.
Example
REM GetLocale Example Print GetLocale()
Output
en-en or de
Related Items