Skip to content
slothsoft edited this page Apr 6, 2020 · 3 revisions

This guide was created for issue #40 Separate Localization.

  1. In platform.target, add Babel feature for the locale, let's say xx
  2. Create a feature for the locale: you can copy de.slothsoft.mp4spliterator.nl_de.feature and replace <nl_de> with <nl_xx>
    this step translates the Eclipse platform
  3. Create a fragment to translate de.slothsoft.mp4spliterator: you can copy de.slothsoft.mp4spliterator.nl_de and rename and translate all *.properties files inside; the files' new name should be messages_xx.properties
  4. Add the feature with the fragment to the file Mp4SpliteratorApp.product
  5. Start the application with the argument "-nl xx" to see the new locale in action
  6. Build everything using Maven Tycho

Clone this wiki locally