Function: directionOf()
function directionOf(locale): "rtl" | "ltr";
Defined in: packages/core/src/i18n/locale.ts:227
An explicit script always decides: ku-Arab and ha-Arab are RTL while
bare ku/ha (Latin by default) are not.
Parameters
| Parameter | Type |
|---|---|
locale | string |
Returns
"rtl" | "ltr"