Aller au contenu principal

GetCurrentLanguageCode

Structure

GetCurrentLanguageCode

Parameters

N/A

Return Value

String

Description

This function returns the language code for the currently logged-in session. Follow the key below to determine which code matches which language name.

| Language Name | Language Code
| English | ntv or ENFrench | FRGerman | DEItalian | ITSpanish | ESPortuguese | PT |

Example

showmessage(GetCurrentLanguageCode)

' This will print the language code of the currently logged-in session to the screen |