loadedLocaleIDs

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

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

Example
on openCard
   set the text of button"Select language" to loadedLocaleIDs()
   set the label of button"Select language" to getActiveLocale()

   # more code ..
end openCard
Values
NameTypeDescription
return

The ids of the i18n packages that are loaded, one per line.

Description

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

Tagsinternationalization,i18n,translation,languages,locale