Since Pages Dialect 2.1.4, I do not see the resources property values anymore. Instead I have values like: pagesdialect.page pagesdialect.next pagesdialect.last
Thymeleaf 2.1.0, Pages Dialect 2.1.4, Spring 4.0.0 with Java config
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I still have this issue. It happened after upgrading from Spring 3.2.5 to Spring 4.0.0 and switching to Java config. All other language ressources work fine within Thymeleaf
Last edit: René 2014-01-17
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've just upgraded the example application to Spring 4.0.0 (not Java config) and the internationalization works OK. Could you check if it works for you?
In that case, maybe it could give us some clues about the problem.
I have also published a 2.1.5-SNAPSHOT package which resolves an issue with i18n in exportation to PDF and Excel, but I think it is not related to your problem.
Regards.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Since Pages Dialect 2.1.4, I do not see the resources property values anymore. Instead I have values like: pagesdialect.page pagesdialect.next pagesdialect.last
I still have this issue. It happened after upgrading from Spring 3.2.5 to Spring 4.0.0 and switching to Java config. All other language ressources work fine within Thymeleaf
Last edit: René 2014-01-17
Hello,
I've just upgraded the example application to Spring 4.0.0 (not Java config) and the internationalization works OK. Could you check if it works for you?
In that case, maybe it could give us some clues about the problem.
You can find the example application in
https://sourceforge.net/p/pagesdialect/code/HEAD/tree/trunk/examples/
I have also published a 2.1.5-SNAPSHOT package which resolves an issue with i18n in exportation to PDF and Excel, but I think it is not related to your problem.
Regards.
Hello,
I copied the ressource entries now from the pagesdialect jar to my own .properties files and it works now without problem.