You need to sign in to do that
Don't have an account?

Calling Logout with parameters to display dynamic language
Hello,
Following code is for logout, which is sent to the sitelogin page specified in Salesforce
<apex:outputLink value="{!$Site.Prefix}/secur/logout.jsp" >{!$Label.Logout}</apex:outputLink>
We would like to change the language of the page based on the user's chosen language when he had logged in the application.
<apex:outputLink value="{!$Site.Prefix}/secur/logout.jsp?language=ru" >{!$Label.Logout}</apex:outputLink>
Also, just a note that, when he logged in the application, from another url, language was passed in as parameter
say,
Is it possible to change the language of the page he is sent , once he logs out of the application.
Kind regards,
Ruhi.
Following code is for logout, which is sent to the sitelogin page specified in Salesforce
<apex:outputLink value="{!$Site.Prefix}/secur/logout.jsp" >{!$Label.Logout}</apex:outputLink>
We would like to change the language of the page based on the user's chosen language when he had logged in the application.
<apex:outputLink value="{!$Site.Prefix}/secur/logout.jsp?language=ru" >{!$Label.Logout}</apex:outputLink>
Also, just a note that, when he logged in the application, from another url, language was passed in as parameter
say,
Is it possible to change the language of the page he is sent , once he logs out of the application.
Kind regards,
Ruhi.