locale.name

From Inspired-Lua Wiki
Revision as of 06:27, 6 August 2011 by Adriweb (talk | contribs)
Jump to navigation Jump to search

locale.name is a function that is part of the Locale Library.

This 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 (ISO-639).

For instance: en, fr, it, de, es, nl, nl_BE, en_GB

Syntax

locale.name()

Example

currentLang = locale.name() --Puts the current locale name in currentLang