Share via


LocaleList.ToLanguageTags Method

Definition

Retrieves a String representation of the language tags in this list.

[Android.Runtime.Register("toLanguageTags", "()Ljava/lang/String;", "", ApiSince=24)]
public string ToLanguageTags ();
[<Android.Runtime.Register("toLanguageTags", "()Ljava/lang/String;", "", ApiSince=24)>]
member this.ToLanguageTags : unit -> string

Returns

Attributes

Remarks

Retrieves a String representation of the language tags in this list.

Java documentation for android.os.LocaleList.toLanguageTags().

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