Locale.LanguageRange.Range Property

Definition

Returns the language range of this LanguageRange.

public string Range { [Android.Runtime.Register("getRange", "()Ljava/lang/String;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getRange", "()Ljava/lang/String;", "", ApiSince=26)>]
member this.Range : string

Property Value

the language range.

Attributes

Remarks

Returns the language range of this LanguageRange.

Java documentation for java.util.Locale.LanguageRange.getRange().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to