Use the app's language for accessibility.

This commit is contained in:
Doug
2023-05-09 17:05:27 +01:00
committed by Doug
parent 3011b4b639
commit 05f89f1160
3 changed files with 3 additions and 0 deletions
@@ -4158,6 +4158,7 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
|| (language == nil && [NSBundle mxk_language]))
{
[NSBundle mxk_setLanguage:language];
UIApplication.sharedApplication.accessibilityLanguage = language;
// Store user settings
NSUserDefaults *sharedUserDefaults = [MXKAppSettings standardAppSettings].sharedUserDefaults;