[Android.Runtime.Register("setLocale", "(Ljava/util/Locale;)V", "")] public voidSetLocale (Java.Util.Locale loc)
Parameters
loc
The locale. Can be null.
Remarks
Set the locale. This is the preferred way for setting up the locale (instead of using the
direct accessor). This will also set the userLocale and layout direction according to
the locale.