generated from slothsoft/example-eclipse-application
-
Notifications
You must be signed in to change notification settings - Fork 1
How To Localize
slothsoft edited this page Apr 6, 2020
·
3 revisions
This guide was created for issue #40 Separate Localization.
- In platform.target, add Babel feature for the locale, let's say
xx - Create a feature for the locale: you can copy
de.slothsoft.mp4spliterator.nl_de.featureand replace <nl_de> with <nl_xx>
this step translates the Eclipse platform - Create a fragment to translate
de.slothsoft.mp4spliterator: you can copyde.slothsoft.mp4spliterator.nl_deand rename and translate all *.properties files inside; the files' new name should be messages_xx.properties - Add the feature with the fragment to the file Mp4SpliteratorApp.product
- Start the application with the argument "-nl xx" to see the new locale in action
- Build everything using Maven Tycho