You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Vishnu Vyasan Nelliparmbil <vi...@MUN.GOV.BH> on 2009/06/23 10:09:11 UTC

Getting the default Locale in JSP

 

 

Hi Friends,

 

How can I get a default Locale settings from browser?

 

Regards

Vishnu

 

 

 


Re: Getting the default Locale in JSP

Posted by Antonio Petrelli <an...@gmail.com>.
2009/6/23 Vishnu Vyasan Nelliparmbil <vi...@mun.gov.bh>

> How can I get a default Locale settings from browser?


In JSP with EL:
${request.locale}

Antonio