Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » Internationalization of plugin
Internationalization of plugin [message #601041] Wed, 30 August 2006 11:18
Eclipse UserFriend
Originally posted by: ravishankar.dm.flextronicssoftware.com

Hi,

I developed one plugin. i wanted to internationalized that plugin. i
developed fragment plugin of that one which contains the plugin.propeties,
messages.properties files in respective folder stucture.

The steps i followed is as below...

1. Created Host plugin
2. Created Fragment plugin

the folder structure of the fragment plugin is as below

org.fss.Helloworld.nl
|
|-----bin
|
|-----META-INF
| |
| |---META-INF
|
|---src
| |
| |---org
| |
| |---fss
| |
| |--helloworld
| |
| |--actions
| |
| |--messages_de.properties
| |--messages.properties
|--.classpath
|--.project
|--build.properties
|--fragment.xml
|--plugin_de.properties
|--plugin.properties

i run the host plugin by giving program argument as

-os win32 -ws win32 -arch x86 -nl de_DE for Germen
-os win32 -ws win32 -arch x86 -nl en_US for english

It works fine in eclipse IDE.

How to add other language properties files and how to export these two
plugin projects as executable plugins.

kindly help me to resolve this problem...
Previous Topic:Source Code Control with Full Unicode that integrates with Eclipse
Next Topic:Disabling actions during Initialization
Goto Forum:
  


Current Time: Thu Mar 28 22:31:29 GMT 2024

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

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

Back to the top