Java.Text.MessageFormat.Locale Property
Returns the locale used when creating formats.

Syntax

[get: Android.Runtime.Register("getLocale", "()Ljava/util/Locale;", "GetGetLocaleHandler")]
[set: Android.Runtime.Register("setLocale", "(Ljava/util/Locale;)V", "GetSetLocale_Ljava_util_Locale_Handler")]
public virtual Java.Util.Locale Locale { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the locale used when creating formats.

Set method documentation [Android Documentation]

Sets the locale to use when creating Format instances. Changing the locale may change the behavior of applyPattern, toPattern, format and formatToCharacterIterator.

Requirements

Namespace: Java.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1