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
@@ -3523,6 +3523,10 @@ typedef void (^blockSettingsViewController_onReadyToDestroy)();
{
[NSBundle mxk_setLanguage:language];
// Store user settings
[[NSUserDefaults standardUserDefaults] setObject:language forKey:@"appLanguage"];
[[NSUserDefaults standardUserDefaults] synchronize];
// Do a full sync to recompute room summaries
// TODO: resetting room summaries and room data sources should be enough
[self startActivityIndicator];