locale.name
Revision as of 09:29, 25 May 2011 by Jimbauwens (talk | contribs) (Created page with "locale.'''name''' is a function that is part of the Locale Library. <br> The function returns the name of the current locale.<br> == Syntax == locale.'''name()'''<br...")
locale.name is a function that is part of the Locale Library.
The function returns the name of the current locale.
Syntax
locale.name()
returns the name of the current local. It normally returns a two-letter language code, but in some cases it also contains a two-letter country code.
E.g: en, it, nl_be, fr_be
Example
len = locale.name() --Puts the current locale name in len