Android.Content.Res.Configuration.SetLocale Method
Set the locale.

Syntax

[Android.Runtime.Register("setLocale", "(Ljava/util/Locale;)V", "")]
public void SetLocale (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.

[Android Documentation]

Requirements

Namespace: Android.Content.Res
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17