Language settings: Store it in NSUserDefaults (@"appLanguage")

This commit is contained in:
manuroe
2017-07-21 11:08:33 +02:00
parent 6dc23430c6
commit d527811b0c
3 changed files with 11 additions and 1 deletions
@@ -238,6 +238,7 @@
userInfo[@"locale"] = [NSLocale preferredLanguages][0];
userInfo[@"app_language"] = [[NSBundle mainBundle] preferredLocalizations][0];
//TODO
bugReportRestClient.others = userInfo;