GetLocale

From NSB App Studio
Revision as of 11:41, 6 November 2012 by Ghenne (talk | contribs) (Ghenne moved page Getlocale to GetLocale)
(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