GetLocale

From NSB App Studio
Revision as of 22:39, 8 July 2012 by Brendon (talk | contribs) (Created page with "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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

FORM