Changes between Version 14 and Version 15 of InstallerTranslation
- Timestamp:
- 02/19/10 02:07:45 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallerTranslation
v14 v15 16 16 * modify line!#1 and !#2 for your new language 17 17 * use appropriate code identifier for your international characters ([http://msdn.microsoft.com/en-us/library/dd317756%28VS.85%29.aspx microsoft documentation]) 18 * note that it is safer to use UTF-8 encoding for multilanguage support, so you can always use: 19 {{{ 20 #pragma code_page(65001) 21 }}} 22 and also make sure that your text editor saves the file as UTF-8 encoded 18 23 * replace English installer text in all CONTROL, CAPTION, LTEXT, RTEXT objects, such as: 19 24 {{{