Ecma\Intl\Locale\CharacterDirection

enum Ecma\Intl\Locale\CharacterDirection string

The character direction of a locale.

While ECMA-402 defines these as static string values of “ltr” and “rtl,” this implementation uses a native PHP enum to take advantage of strong typing.

case LeftToRight 'ltr'
case RightToLeft 'rtl'