get_language
Returns the language code defined in the application settings.
def get_language() - > string
Retrieves the current language code configured in the application settings.
Returns
| Type | Description |
|---|---|
string | The ISO language code (e.g., 'en-us') representing the active localization setting. |