I'm facing the exact same problem. I have a WEB-INF/AppName.properties
properties file that works fine, but as soon as I localise it - for
example renaming it to WEB-INF/AppName_sv.properties - it's not found
or not used and I end up with missing messages.
Is this a bug? I'm using 5.0.6 by the wa
It works fine for me using the following files/code:
app_ja.properties
app_en.properties
AppModule.java:
configuration.add("tapestry.supported-locales", "en,ja");
Page.html:
Japanese
English
Page.java:
@Inject
private PersistentLocale persistentLocaleService;
...
voi
it is
> recognized correctly so it is not a matter of bad language settings.
>
> Do you have any idea why global resource files with language appendixes
> (_en, _pl, _de) are ignored?
>
> jm.
>
>
>
--
View this message in context:
http://www.nabble.com/-T5--
Component_pl.html) it is recognized
correctly so it is not a matter of bad language settings.
Do you have any idea why global resource files with language appendixes
(_en, _pl, _de) are ignored?
jm.
--
View this message in context:
http://www.nabble.com/-T5--Localization-and-application-messa