资 源 简 介
Offer several tools for ei18n your Eclipse Application (based on the Eclispe NLS):
* Quick fix to Externalize a non externalized string directly in the Java Editor
* Move Participant: Move a field declared in a class extending NLS, and all the key defined in the messages.property will be moved as well !
* Builder to check that keys are correctly defined in every language, they have the same number of arguments, ...
* Export all messages.property to Natif/XLS/... (extensible) and re import it through the synchronize view so you can deal with code changes during translation
* Converter from old to new externalization style (Messages.myString instead of Messages.getString("myString"))
* Check the key defined in the messages.property that are no more used
* Use Bing Translator
* ...