Skip to content
⌘ NSIS Forum Archive

Language name variable

3 posts

rpetges#

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