Hi,
The multilingual web site development (MLS) functionality were implemented and working fine as per the document.
But customer is asking a clarification that
As per the document, the below code snippet is to change the language dynamically. And this will keep the navigational state on the URL.
<a href="<portal-navigation:url command="ChangeLanguage"><portal-navigation:urlParam name="locale" value="en"/></portal-navigation:url>">English</a>
<a href="<portal-navigation:url command="ChangeLanguage"><portal-navigation:urlParam name="locale" value="fr"/></portal-navigation:url>">French</a>
But customer's existing portal site implemented that there is no navigational state maintained on the URL. It is simple friendly URL displayed on the address bar.
So the customer is looking for alternate way to change the language dynamically.
Any help is appreciated.
Note: I am using WebSphere Portal 8.5 CF8.
Thanks