get_language_bidi
Determines if the current language code is a bidirectional language by checking its presence in the configured bidirectional languages list.
def get_language_bidi() - > boolean
Determines whether the currently active language is a bidirectional (right-to-left) language.
Returns
| Type | Description |
|---|---|
boolean | True if the current language code is found in the bidirectional language list, False otherwise. |