getLocaleDirection
检索指定语言环境的书写方向
Retrieves the writing direction of a specified locale
getLocaleDirection(locale: string): 'ltr' | 'rtl'
参数
locale | string | 用于要使用的语言环境格式规则的语言环境代码。 A locale code for the locale format rules to use. |
返回值
'rtl' 或 'ltr'
'ltr' | 'rtl'
: 'rtl' or 'ltr'