Set the layout direction from the Locale.
Syntax
[Android.Runtime.Register("setLayoutDirection", "(Ljava/util/Locale;)V", "")]
public
void SetLayoutDirection (
Java.Util.Locale locale)
Parameters
- locale
- The Locale. If null will set the layout direction to
Android.Views.View.LayoutDirectionLtr. If not null will set it to the layout direction
corresponding to the Locale.
Remarks
Requirements
Namespace: Android.Content.Res
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17