@LocalizedValue

I want to implement a localized entity attribute.
So i added the @LocalizedValue annotation, and according to the doc
for this the Messagetool should be called.
But i can’t get it to work. Is there a demo for this available?

@LocalizedValue is just a way of defining behavior of the MessageTools.getLocValue() method. You have to call this method in your code if you want, the framework doesn’t use it in any way.

Perhaps we should remove this from the docs and deprecate the annotation to avoid confusion.

1 Like

that’s right, it confused me because i guessed there exists an integrated entity based Localization.