getActiveLocaleName

Typefunction
Dictionarylibrary.i18n
Libraryi18n library
Syntax
getActiveLocaleName()
Associationscom.livecode.library.i18n
Summary

Gets the name of the current i18n bundle.

Example
on openCard
   set the text of button"Select language" to loadedLocaleNames()
   set the label of button"Select language" to getActiveLocaleName()

   # more code ..
end openCard
Values
NameTypeDescription
return

The current i18n package name.

Description

Use the getActiveLocaleName function for the name of the current i18n package.

Tagsinternationalization,i18n,translation,languages,locale