This content has been marked as final.
Show 2 replies
-
1. Re: A small change in the Page code, a big step towards i18n
janoz Jun 7, 2004 4:28 AM (in response to kamikatze)I think this is already possible. You can just use:
NukesLocator.getRequest().getLocale(s)() -
2. Re: A small change in the Page code, a big step towards i18n
kamikatze Jun 8, 2004 7:08 AM (in response to kamikatze)Ok, I see.
This works, but in architectural terms is would be better to limit the Module's knowledge about other classes to obey to low coupling high cohesion.