Re: How to get the current language from a webapp ?
Serge Huber <[email protected]>
| Newsgroups | gmane.comp.cms.jahia.template |
|---|---|
| Message-ID | <[email protected]> |
Hi Olivier, You should be able to get this information from the getLocale() method. Regards, Serge Huber. Olivier Vit wrote: > Hi > > I'm building a small webapp to display content extracted from a legacy > database. Depending on the language of the page currently displayed by > Jahia, labels and content should be customized to the same language. > > It looks that > org\jahia\services\applications\ServletIncludeRequestWrapper.java does > set a few session values made available to web-apps running within > Jahia as a portlet, but I can't see any that would give the > information of the language of the current page. > > Is there any other manner to get this language info ? > > Thanks for your help > > > >