can also be used to specify preferred locales as an ordered array; this order will be used for resolving "mixed" locales like (en_DE)
this will NOT affect the default locale or timezone
NOTE: preferred locales have to be specified before any mixed locale is every used, otherwise they might have no effect
e.g. call BG.locale.select(['de_DE','en_us']) before calling BG.locale.select('de_EN'), or
using other methods like BG.locale.retrieve, BG.locale.formatTimestamp etc
select default locale or timezone (string)
can also be used to specify preferred locales as an ordered array; this order will be used for resolving "mixed" locales like (en_DE) this will NOT affect the default locale or timezone
NOTE: preferred locales have to be specified before any mixed locale is every used, otherwise they might have no effect e.g. call BG.locale.select(['de_DE','en_us']) before calling BG.locale.select('de_EN'), or using other methods like BG.locale.retrieve, BG.locale.formatTimestamp etc