Archive: Language name variable


Language name variable
Hi,

I have a multi-language enabled installer and want to display a custom string containing the selected language in a custom page :

Example : In the language selection screen, a user selects the "Deutsch" language. Once the installer reaches the end, I want to display some text like this :

"Please select the <LANGUAGE TEXT VARIABLE> option in the combo box..." resulting in "Please select the 'Detusch' option in the combo box..."

How can I build this string ?

Many thanks for your help
Romain


Use $(^Language).


Originally posted by kichik
Use $(^Language).
Works great !

Thanks kichik