I need to retrieve all the messages I have in the file messages_en.properties
, messages_es.properties
, etc. depending of the current locale, but so far I can not find a way to get more than the value of a property.
What I need is nothing more than to return all the translations corresponding to the current locale, so that I can handle the internationalization with Angularjs in the front end.
Thanks in advance,