List<String> get localizationLanguageList { return _config.get("Build", "LOCALIZATION_LANGUAGE_LIST")?.split(" ") ?? const []; }