填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

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'

参见