Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Scout/SDK/NLS Editor

< Scout‎ | SDK
Revision as of 05:10, 25 June 2013 by Jeremie.bresson.unblu.com (Talk | contribs) (Actions)

The Scout documentation has been moved to https://eclipsescout.github.io/.

The NLS Editor allows to edit the different properties files containing the translated text entries. It is a efficient way to edit all the property files for multilingual texts in one go.

Open the editor

Expand the shared node of the Eclipse Scout project in the The Scout documentation has been moved to https://eclipsescout.github.io/., expand Text Provider Services and click on DefaultTextProviderService. Click the link Open NLS Editor... in the The Scout documentation has been moved to https://eclipsescout.github.io/..

Screenshot

Scout-NLS.PNG

Actions

  • Refresh
  • Show NLS entry usage
  • New entry...
  • New language...
  • Import...
  • Export...

Import Export requires Docx4j that can be installed with the Marketplace (requires Eclipse Scout SDK 3.9 or higher).

Modified files

The mapping between the properties files is registred in the The Scout documentation has been moved to https://eclipsescout.github.io/.. Per default the files are:

  • <your app>.shared/resources/text/Texts.properties (default languages)
  • <your app>.shared/resources/text/Texts_de.properties for german
  • <your app>.shared/resources/text/Texts_fr.properties for french
  • and so on for other langages

See also

Back to the top