i18n.culture

Undocumented in source.

Members

Functions

i18nGetCultureCountry
string i18nGetCultureCountry(string code)

Gets the country associated with a culture code

i18nGetCultureLanguage
string i18nGetCultureLanguage(string code)

Gets the (english) name of the language associated with a culture code

i18nGetCultureNativeLanguageEstimate
string i18nGetCultureNativeLanguageEstimate(string code)

Attempts to get the name of the language associated with a culture code. This may be inaccurate due to things such as multiple versions of a language existing.

i18nGetLocale
string i18nGetLocale()

Gets the current locale.

i18nGetLocaleConversions
LocaleConv i18nGetLocaleConversions()

Returns the locale's conversion units.

i18nResetLocale
void i18nResetLocale()
Undocumented in source. Be warned that the author may not have intended to support it.
i18nSetLocale
void i18nSetLocale(string locale)

Sets the locale for the app.

i18nValidateCultureCode
bool i18nValidateCultureCode(string code)

Validates a country code

Structs

LocaleConv
struct LocaleConv
Undocumented in source.

Meta