protected override void AttachBaseContext(Context baseContext)
 {
     base.AttachBaseContext(LocaleManager.setLocale(baseContext));
 }
Example #2
0
 public override void OnConfigurationChanged(Android.Content.Res.Configuration newConfig)
 {
     base.OnConfigurationChanged(newConfig);
     LocaleManager.setLocale(this);
 }