Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] eclipse v4 Localization

Native language support is NOT available in 4.0. We added support for it
in 4.1. The only thing you need to do is to put %mykey into the model
and the put "mykey=My Label" in the bundle.properties (by default
located in your OSGI/l10n/bundle.properties)

The ModelTooling in 4.1 has support to extract those strings for you.

Tom


Am 31.05.11 17:24, schrieb Deidre Stankard:
> Hi,
> 
> I am currently undergoing a project in eclipse version 4 for my final
> year project in a Masters in Software Engineering. To date I have been
> designing a GUI which can be themed to the users liking. But I am stuck
> in a part of the project! I am trying to be able to change the language
> from English to ,for example french, or any other language. For my
> project I only have to translate it to one language to show that it can
> be done. I am wondering do ye have any tutorials for eclipse 4.0 using
> Localization as I am having difficulty finding anything to suit on the web??
> I would be very grateful if you could help me.
> 
> Kindest Regards,
> Deirdre Stankard.
> 
> 
> 
> _______________________________________________
> e4-dev mailing list
> e4-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/e4-dev



Back to the top