gettext
No overview available.
def gettext(
message: string
) - > string
Translates a message string into the current language using the active translation catalog.
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The source text string to be translated. |
Returns
| Type | Description |
|---|---|
string | The translated version of the message string, or the original message if no translation is found. |