Level.LocalizedName Property

Definition

Return the localized string name of the Level, for the current default locale.

public virtual string LocalizedName { [Android.Runtime.Register("getLocalizedName", "()Ljava/lang/String;", "GetGetLocalizedNameHandler")] get; }
[<get: Android.Runtime.Register("getLocalizedName", "()Ljava/lang/String;", "GetGetLocalizedNameHandler")>]
member this.LocalizedName : string

Property Value

localized name

Attributes

Remarks

Return the localized string name of the Level, for the current default locale.

If no localization information is available, the non-localized name is returned.

Java documentation for java.util.logging.Level.getLocalizedName().

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