Language

LocaleData.GetMeasurementSystem(ULocale) Method

Definition

Returns the measurement system used in the locale specified by the locale.

[Android.Runtime.Register("getMeasurementSystem", "(Landroid/icu/util/ULocale;)Landroid/icu/util/LocaleData$MeasurementSystem;", "", ApiSince=28)]
public static Android.Icu.Util.LocaleData.MeasurementSystem? GetMeasurementSystem(Android.Icu.Util.ULocale? locale);
[<Android.Runtime.Register("getMeasurementSystem", "(Landroid/icu/util/ULocale;)Landroid/icu/util/LocaleData$MeasurementSystem;", "", ApiSince=28)>]
static member GetMeasurementSystem : Android.Icu.Util.ULocale -> Android.Icu.Util.LocaleData.MeasurementSystem

Parameters

locale
ULocale

The locale for which the measurement system to be retrieved.

Returns

MeasurementSystem the measurement system used in the locale.

Attributes

Remarks

Returns the measurement system used in the locale specified by the locale.

Android reference for android.icu.util.LocaleData.getMeasurementSystem.

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