function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RohiniHRohiniH 

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.