InnoSetup 打包脚本 配置多语言(缺点,只能写在脚本中的)
[Languages]
Name: chs; MessagesFile: compiler:Default.islName: eng; MessagesFile: compiler:Languages\English.isl
[CustomMessages]
chs.MyInfo=我要告诉你的信息。
eng.MyInfo=This is what I want to tell you.
[CODE]
MsgBox (CustomMessage('MyInfo'), mbInformation, mb_Ok);