loadedLocaleNames

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

Get the names of the i18n packages found in the i18n storage.

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 names of the i18n packages that are loaded, one per line.

Description

Use the loadedLocaleNames function to get the names of the i18n packages that are in the i18n storage.

Tagsinternationalization,i18n,translation,languages,locale