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

This commit is contained in:
manuroe
2017-07-21 11:08:33 +02:00
parent 460c670f72
commit 71820f25dd
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;