The statement
qx.locale.Manager.getInstance().getAvailableLocales()
returns only de if I set LOCALES to "en", "de", or nothing if I set LOCALES in config.json to "en" only. What am I doing wrong?
The statement
qx.locale.Manager.getInstance().getAvailableLocales()
returns only de if I set LOCALES to "en", "de", or nothing if I set LOCALES in config.json to "en" only. What am I doing wrong?
packages/i18n-with-boot
key in the configuration of your app? If it is set to false
, locale data will be generated in dedicated parts which have to be loaded explicitly with qx.io.PartLoader
. getAvailableLocales
will only return those locales that have been loaded.