 |
|
Localizing FileStorm Pro Installers |
To localize a FileStorm Pro installer, follow these steps:
Setup and build your installer using FileStorm Pro
Duplicate and modify the English.lproj installer resources
- At the Finder, locate your built installer.
- Option click on the installer and select Show Package Contents.
- Open the Contents folder.
- Open the Resources folder.
- Duplicate the English.lproj folder.
- Rename the duplicate to Language.lproj. Substituting the name of the language you are localizing for "Language". Your folder should now be named German.lproj or French.lproj or whatever language you are localizing into.
- Open your new lproj folder and open Localizable.strings in a text editor.
- Edit the text inside quotes on the right side of the equal sign to build a localized version of each string.
Duplicate, rename, move and modify the installscript.plist for your new language
- In the Resources folder, duplicate "installscript.plist".
- Move the duplicate into the Language.lproj. In the example above we create a german.lproj folder.
- Remove "copy" from the newly moved filename. The file should now be named installscript.plist and should be located in new lproj folder.
- Open installscript.plist and twist down Root and Action list.
- Localize the string value for Bullet Title and Heading Title.
|