Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ezfit:5x:localization_instructions_for_developers [2013/12/13 14:32]
smayr [Instructions for Developers]
ezfit:5x:localization_instructions_for_developers [2013/12/16 15:18] (current)
smayr [Application Localization]
Line 20: Line 20:
         };         };
 </code>         </code>        
 +  * Translate original English RESX strings using Google Translate and [[http://resxtranslatorbot.codeplex.com|Resx Translator Bot]].
   * [[swdev:dotnet:localization:Editing RESX Files with SimpleResxEditor]].   * [[swdev:dotnet:localization:Editing RESX Files with SimpleResxEditor]].
   * Build ezFIT project.  Localization files should be generated under ''//<rootEzFIT>//\src\ezFIT\bin\x86\Debug\//<langcode>//''.   * Build ezFIT project.  Localization files should be generated under ''//<rootEzFIT>//\src\ezFIT\bin\x86\Debug\//<langcode>//''.
- 
 == Installer Localization== == Installer Localization==
 === Instructions for Developers === === Instructions for Developers ===
Line 76: Line 76:
 #endif #endif
 </file> </file>
- * Add and translate resource strings under section ''[CustomMessages]'' for the following files as well:+ * Add and translate resource strings under section ''[CustomMessages]'' for the following files: 
 +    * ''installer-ezfit.iss''
     * ''includes\database.iss''     * ''includes\database.iss''
     * ''includes\net-framework.iss''     * ''includes\net-framework.iss''