Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » String Externalization/Localization/I18N Tools
String Externalization/Localization/I18N Tools [message #334711] Wed, 25 February 2009 13:15 Go to next message
J.-P. Pellet is currently offline J.-P. PelletFriend
Messages: 71
Registered: July 2009
Member
Hi,

Are there tools/editors out there that can help me edit the .properties
files needed to localize a plugin? Is there some tool that lets me edit
a central file and then generates all the *_xy.properties files?

Another question. Suppose I use Eclipse's string externalization
mechanism: then I have to keep in sync the public static String field
names with the names of the keys in the properties file. I was
pleasantly surprised to find out that renaming the field name with a
refactoring will also change it in the properties file. But only in the
main properties file: not in the various *_xy.properties files sitting
next to the main one. Is this normal behavior, or am I doing anything
wrong? Any other tool support I should be aware of?

Thanks,
J.-P.
Re: String Externalization/Localization/I18N Tools [message #334736 is a reply to message #334711] Wed, 25 February 2009 17:48 Go to previous message
Chris Aniszczyk is currently offline Chris AniszczykFriend
Messages: 674
Registered: July 2009
Senior Member
J.-P. Pellet wrote:
> Hi,
>
> Are there tools/editors out there that can help me edit the .properties
> files needed to localize a plugin? Is there some tool that lets me edit
> a central file and then generates all the *_xy.properties files?

In PDE, we have some tooling to help you as a plug-in developer:

http://eclipsesource.com/blogs/2008/12/11/tip-generate-nls-f ragments-in-eclipse/
http://eclipsesource.com/blogs/2008/07/23/tip-internationali zation-and-rcp/

Hope this helps a bit.

Cheers,

Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465
http://twitter.com/caniszczyk | http://twitter.com/eclipsesource
Previous Topic:WizardDialog default button
Next Topic:Flickering SDK welcome screen on 3.5M5
Goto Forum:
  


Current Time: Wed Jul 17 19:27:56 GMT 2024

Powered by FUDForum. Page generated in 0.03395 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top