Android.Text.TextUtils.GetLayoutDirectionFromLocale Method
Return the layout direction for a given Locale

Syntax

[Android.Runtime.Register("getLayoutDirectionFromLocale", "(Ljava/util/Locale;)I", "")]
[return:Android.Runtime.GeneratedEnum]
public static Android.Views.TextDirection GetLayoutDirectionFromLocale (Java.Util.Locale locale)

Parameters

locale
the Locale for which we want the layout direction. Can be null.

Returns

Documentation for this section has not yet been entered.

Remarks

Return the layout direction for a given Locale

[Android Documentation]

Requirements

Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17