Future<String> getIosLanguage() async { return _chooseLanguage( ['Swift', 'Objective-C'], Translation(LocaleKeys.ask_ios_lang).tr, ); }