Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[e4-dev] Locale changes at runtime in application model

Hi,

I would like to introduce the feature of Locale changes at runtime to the application model. But I'm not sure how to do that.

From an abstract point of view the model (e.g. MPart) should listen to changes of the Locale in the context and then perform an update of the necessary parts (e.g. label, tooltip, description).

Technically I'm not sure where to start. I guess the model elements do not participate in method injection?

Do I look at the wrong place for this and should check somewhere else?

Any help would be appreciated!

Greez,
Dirk

Back to the top