I'm trying to set the local in JSP. I thought I'd be able to do something like:
<fmt:setLocale value="${param['local']}" scope="session"/>
I want to set the JSTL locale which is used by <fmt:formatNumber> and friends. I know this is possible with <fmt:setLocale>, but I need to do it dynamically (depending on user ...
<fmt:formatNumber>
<fmt:setLocale>