[MonoTouch] Monotouch Equivalent for [NSLocale autoupdatingCurrentLocale];

Miguel de Icaza miguel at xamarin.com
Thu Oct 27 22:27:04 EDT 2011


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

This API is not currently bound, but you can do something like:

var locale = (NSLocale) Runtime.GetNSObject
(MonoTouch.ObjCRuntime.Messaging.IntPtr_objc_msgSend (class_ptr, new
Selector ("autoUpdatingCurrentLocale").Handle));
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monotouch/attachments/20111027/64247aea/attachment.html 


More information about the MonoTouch mailing list