on ‎2018 May 05 10:36 AM
Request clarification before answering.
Hi can you try using this in the controller
@Resource(name = "messageSource") private MessageSource messageSource;
@Resource(name = "i18nService") private I18NService i18nService;
protected MessageSource getMessageSource() { return messageSource; } protected I18NService getI18nService() { return i18nService; }
getMessageSource().getMessage("xxx.xxx.xxx.xxx", null, getI18nService().getCurrentLocale())
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.