TranslationSpec(ULocale, Int32) Constructor

Definition

Constructs a translation spec with the given locale and data format.

[Android.Runtime.Register(".ctor", "(Landroid/icu/util/ULocale;I)V", "", ApiSince=31)]
public TranslationSpec (Android.Icu.Util.ULocale locale, int dataFormat);
[<Android.Runtime.Register(".ctor", "(Landroid/icu/util/ULocale;I)V", "", ApiSince=31)>]
new Android.Views.Translation.TranslationSpec : Android.Icu.Util.ULocale * int -> Android.Views.Translation.TranslationSpec

Parameters

locale
ULocale

locale of the associated translation data.

dataFormat
Int32

data format of the associated translation data.

Attributes

Remarks

Java documentation for android.view.translation.TranslationSpec.TranslationSpec(.*ULocale, int).

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