Hi guys,
I using the below code to get the request locale:
<c:set value="${pageContext.request.locale.language}" scope="request" var="loc"/>
<f:view locale="#{requestScope.loc}">
is there any short cut method? Appreciate very much if someone could advice, Thansk !
cheers,
Mark