Hi,
I would like to build a self-contained Behavior including some translations (property files).
All I can think of is doing something like this within the behavior class:
@Override
public void bind(Component c) {
c.getString(„key“);
Unfortunately this is anything but a self-contained behavior. Does anyone has a better idea to solve my problem?
Cheers,
Chris
I would like to build a self-contained Behavior including some translations (property files).
All I can think of is doing something like this within the behavior class:
@Override
public void bind(Component c) {
c.getString(„key“);
Unfortunately this is anything but a self-contained behavior. Does anyone has a better idea to solve my problem?
Cheers,
Chris