Skip to main content

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

TypeDescription
stringThe ISO language code (e.g., 'en-us') representing the active localization setting.