This is an old revision of the document!


Editing Installer (InnoSetup) Files

Translate the English [CustomMessages] from the installer (and any include files).

For example, the default (English) strings:

; Misc
Default=초기화
Language=언어
rsDestinationLocation=목적 위치
rsXIsRequired=%s is required.

Translated strings:

; Misc
Korean.Default=초기화
Korean.Language=언어
Korean.rsDestinationLocation=목적 위치
Korean.rsXIsRequired=%s is required.