Returns the currently active Language object Name (not the Description).
GetLanguage()
Objects: Procedure, Transaction, Web Panel, Panel, Data Provider
Generators: .NET, .NET Framework, Java, Apple, Android, Angular
GeneXus allows the same application to be generated in multiple languages. You can read more about this topic at GeneXus Application Localization.
The GetLanguage() function returns the currently active Language object Name.
The most common use is to set a variable with the currently active Language object Name as in the following example.
Event Start
&ActiveLanguageName = GetLanguage()
...
EndEvent
Language object
SetLanguage function