Hi,

It might be a noob question, but what is the Equivalent to the following
declaration in objective-c
[NSLocale autoupdatingCurrentLocale];

I need to detect when the CurrentLocale has changed when returning from
background.
Currently i am using NSLocale.CurrentLocale.LocaleIdentifier in the
Override of WillEnterForeGround of the appDelegate.
I also tried to detect it on the override of OnActived.

However the value is only changed to the new setting when I return to
background a second time and then active that application again.

Regards

Danny


_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to