Hello All,

I have a probelm with the language detection on selcection of the language from the Language Dialog

[Languages]
Name: "en"; MessagesFile: "compilerefault.isl"
Name: "ch"; MessagesFile: "Chinese.isl"


I get Chinese and English in the combo of the language selecion Dialog Box.
Now when I select English, My setup screens must use English text and When I select the Chinese Language it must use the Chinese Text.

How do I detect this Language Selection and program Accordingly.

Code:
if {language} = "en" then
        MsgBox('English') 
else
         MsgBox('Chinese') 
end else
end;
Its not working... I dont know InnoSetup Coding. Could you please help me with the Language Detection Probelm.

Regards,
Hemanth