mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Language settings: Store it in NSUserDefaults (@"appLanguage")
This commit is contained in:
@@ -238,6 +238,7 @@
|
||||
|
||||
userInfo[@"locale"] = [NSLocale preferredLanguages][0];
|
||||
userInfo[@"app_language"] = [[NSBundle mainBundle] preferredLocalizations][0];
|
||||
//TODO
|
||||
|
||||
bugReportRestClient.others = userInfo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user