cleanupLocalesStorage

Typecommand
Dictionarylibrary.i18n
Libraryi18n library
Syntax
cleanupLocalesStorage
Associationscom.livecode.library.i18n
Summary

Remove all i18n packages from storage

Example
on mouseUp
   # Remove all i18n packages from storage.
   cleanupLocalesStorage

   # Uploading the English language package to the i18n store.
   loadLocaleFromFile "/assets/i18n/en.leng"

   # Updating all UI texts.
   updateLocale the long id of this stack, "en" --> Set current language to English.
end mouseUp
Description

Use the cleanupLocalesStorage command to remove all packages from i18n storage.

Tagsinternationalization,i18n,translation,languages,locale