Returns app locales. used in app entry point e.g. MaterialApp()
Iterable<Locale> locals() => _langList.map<Locale>((lang) => new Locale(lang, ''));