<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: language parameter in url in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855296#M285428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mikael, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do is create an anonymous named user for each language you want to expose, set the locale for each user appropriately, and then create URL for each.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://server:port/irj/portal/anonymous?j_user=DE" target="test_blank"&gt;http://server:port/irj/portal/anonymous?j_user=DE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not positive whether the URL parameter is j_user or guest_user, but one should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information, see &lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/1e/e19f58136e654d9709befa464314f2/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/1e/e19f58136e654d9709befa464314f2/frameset.htm&lt;/A&gt;. The documentation says your scenario is a typical use case for this feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2006 05:51:58 GMT</pubDate>
    <dc:creator>Dan_Wroblewski</dc:creator>
    <dc:date>2006-02-16T05:51:58Z</dc:date>
    <item>
      <title>language parameter in url</title>
      <link>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaq-p/855291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Is there a way in the url into the portal to pass the language as a parameter in the url?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like: &lt;A href="http://server/irj/index.html?language=en" target="test_blank"&gt;http://server/irj/index.html?language=en&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2005 16:14:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaq-p/855291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-31T16:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: language parameter in url</title>
      <link>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855292#M285424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes there is a way to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After going through lines of codes and number of files I traced it down and found it.&lt;/P&gt;&lt;P&gt;So if you want to access a language specifict Portal logon page you can simply add &lt;/P&gt;&lt;P&gt;?ume.logon.locale=LanguageCode &lt;/P&gt;&lt;P&gt;after the portal logon page URL; e.g. a Spanish portal logon page will be: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://&amp;lt;host:port&amp;gt;/irj/portal?ume.logon.locale=es" target="test_blank"&gt;http://&amp;lt;host:port&amp;gt;/irj/portal?ume.logon.locale=es&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can even be more specific e.g.&lt;/P&gt;&lt;P&gt;Mexican Spanish is &amp;#147;es_MX&amp;#148; or US English en_US&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The portal also gives us the option to add new property language files for languages that are currently not supported by SAP EP6. &lt;/P&gt;&lt;P&gt;the file name is language_xx.property. there is a documentation on this in sdn area. search for customising the Logon page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haik&lt;/P&gt;&lt;P&gt;If this post helps please dont forget to grant me some Forum point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2006 15:54:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855292#M285424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-14T15:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: language parameter in url</title>
      <link>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855293#M285425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to logon anonymously with the following url: &lt;A href="http://sid.domain.com/irj/portal/anonymous?ume.logon.locale=en_us" target="test_blank"&gt;http://sid.domain.com/irj/portal/anonymous?ume.logon.locale=en_us&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the portal still show me the browser language and not English.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idée?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mikael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 09:40:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855293#M285425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T09:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: language parameter in url</title>
      <link>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855294#M285426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mikael&lt;/P&gt;&lt;P&gt;You don't need to put the '/ananymouse' part in teh URL.&lt;/P&gt;&lt;P&gt;You just need to add ?ume.logon.locale=en_US after the  logon URL of your portal.&lt;/P&gt;&lt;P&gt;please note that no '/' is needed before the '?'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just re-tried it and it works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 09:49:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855294#M285426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T09:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: language parameter in url</title>
      <link>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855295#M285427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick answer!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does works with /irj/portal/?ume.logon.locale=DE but not for the anonymous page... And it is just for the anonymous page I need this function...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can there be any other option or prefix for the anon page?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Micke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 10:13:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855295#M285427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T10:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: language parameter in url</title>
      <link>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855296#M285428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mikael, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do is create an anonymous named user for each language you want to expose, set the locale for each user appropriately, and then create URL for each.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://server:port/irj/portal/anonymous?j_user=DE" target="test_blank"&gt;http://server:port/irj/portal/anonymous?j_user=DE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not positive whether the URL parameter is j_user or guest_user, but one should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information, see &lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/1e/e19f58136e654d9709befa464314f2/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/1e/e19f58136e654d9709befa464314f2/frameset.htm&lt;/A&gt;. The documentation says your scenario is a typical use case for this feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2006 05:51:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855296#M285428</guid>
      <dc:creator>Dan_Wroblewski</dc:creator>
      <dc:date>2006-02-16T05:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: language parameter in url</title>
      <link>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855297#M285429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I got it working nearly perfect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://server:port/irj/portal/anonymous?j_user=DE" target="test_blank"&gt;http://server:port/irj/portal/anonymous?j_user=DE&lt;/A&gt; is working but when I start to click in the menu it gives me my browser language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ides?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Mikael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 10:03:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855297#M285429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T10:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: language parameter in url</title>
      <link>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855298#M285430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mikael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe your issue is related to an issue described in SAP Note 870247.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is fixed in SPS16, but the note provides a PAR for upgrading your current installation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is the problem you are describing. Hope this helps and solves the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2006 07:41:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855298#M285430</guid>
      <dc:creator>Dan_Wroblewski</dc:creator>
      <dc:date>2006-02-23T07:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: language parameter in url</title>
      <link>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855299#M285431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have now apply the fix from the note but I still have some problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I have to wait for SPS16...&lt;/P&gt;&lt;P&gt;Check out our portal at &lt;A href="http://www.emtab.com" target="test_blank"&gt;http://www.emtab.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The iViews is BSPs witch also change back to browser language after click on an other link in the manu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Mikael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2006 11:32:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855299#M285431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-23T11:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: language parameter in url</title>
      <link>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855300#M285432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mikael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there is something not set up correctly on your portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even with the problem described in the SAP Note, your portal should work with the correct language on the first page (you should see the masthead in german).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bug that is described only affects subsequent navigation -- basically, because navigation links do not automatically include the j_user parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure the portalDE user is in the Anonymous Users group?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: Please consider awarding points if any of the above was helpful. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2006 07:20:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855300#M285432</guid>
      <dc:creator>Dan_Wroblewski</dc:creator>
      <dc:date>2006-02-26T07:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: language parameter in url</title>
      <link>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855301#M285433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've the same situation. If I use the /irj/portal/anonymous access the user give the language settings of your browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use /irj/portal/anonymous?guest_user=Guest_ES I can see the portal in Spanish ... but I cannot change the language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that the best way is using /irj/portal/anonymous access and making a little script that change the Browser language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;david&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 08:55:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855301#M285433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T08:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: language parameter in url</title>
      <link>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855302#M285434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've solved this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created various anonymous users with correcponding languages: Guest_EN, Guest_FR, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to change the language I go to jsp that delete actual session and redirect to anonymous language page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the jsp:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;% request.getSession(true).invalidate(); %&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script language="JavaScript"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- start hiding&lt;/P&gt;&lt;P&gt;function Load() {&lt;/P&gt;&lt;P&gt;  self.close();&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// end hiding --&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;body onload='Load()'&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;SCRIPT LANGUAGE="JavaScript"&amp;gt;&lt;/P&gt;&lt;P&gt;window.location="http://host/irj/portal/anonymous?guest_user=Guest_EN";&lt;/P&gt;&lt;P&gt;// --&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/body&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This jsp is hosted on /irj directory and in the portal I can use various links to access to &lt;A href="http://host/irj/gotoES.jsp" target="test_blank"&gt;http://host/irj/gotoES.jsp&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;david&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 09:54:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855302#M285434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T09:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: language parameter in url</title>
      <link>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855303#M285435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need your help on this one.&lt;/P&gt;&lt;P&gt;I have followed the steps in the help.sap.com link given above in configuring bi-lingual portal (English/German) for anonymous access. I am implementing a light-framework external facing portal. EP7 on WAS 7.0&lt;/P&gt;&lt;P&gt;I am facing this bug that you have mentioned:&lt;/P&gt;&lt;P&gt;My iview on the default page assigned to the first role gets the new language based on the j_user parameter I specify in the URL. But subsequently when I click on other pages within that role or across roles too, the j_user parameter is lost from the URL and it does not get the appropriate resource bundle.&lt;/P&gt;&lt;P&gt;Any idea if this is fixed.&lt;/P&gt;&lt;P&gt;If not is there a work around or so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awaiting your help.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Sep 2006 10:23:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855303#M285435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-30T10:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: language parameter in url</title>
      <link>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855304#M285436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are providing the two languages in portal those are English and Marathi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've the same situation. If I use the /irj/portal/anonymous access the user give the language settings of your browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use /irj/portal/anonymous?guest_user=Marathi I can see the portal in marathi ... but I cannot change the language(/irj/portal/anonymous?guest_user=English).&lt;/P&gt;&lt;P&gt;(Where Marathi is Indian language)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here to change the language its&amp;nbsp; going to jsp but its not&amp;nbsp; delete actual session and redirect to anonymous language page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please kindly suggest how to delete the actual session and redirect to anonymous language page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Apps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 06:35:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/language-parameter-in-url/qaa-p/855304#M285436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-26T06:35:14Z</dc:date>
    </item>
  </channel>
</rss>

