>
>
> 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));
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch