I have added "ConfigurationChanges = ConfigChanges.Locale" in MainActivity. Upon changing language from settings, the app restarts when selected from background but language change is not reflected. It changes only when brought back from killed state. Am I missing something? Please enlighten me.
[Activity(Label = "@string/app_name", Icon = "@drawable/appicon", ScreenOrientation = ScreenOrientation.Portrait, MainLauncher = true, LaunchMode = LaunchMode.SingleInstance, ConfigurationChanges = ConfigChanges.Locale )]