on 2007 Sep 24 7:42 AM
Hi,
My scenario is very simple; I need to set a language during a portal session.
I tried the following solutions.
1. Tried to change the SAPMLogonLogic.Class file. In the submit method of the jsp page, i tired to force the user store lanugage preference using com.sap.security.api but didn't work. <b>Can someone explain why it didn't change the user store language value? </b>
2. Tried to enable the language drop down in the portal page to see if a selection on the dropdown changes the session language.
3. saw couple of threads. one asking to modify masthead.par to get the logon language and reset the user store language value there. <i>I didn't try this. can someone validate if this would serve my scenario?</i>
Regards
Ak
PS: Points assured
Look in the following folder :
\usr\sap\<system_id>\j2ee\j2ee_<instance_number>\cluster\server\services\servlet_jsp\work\jspTemp\irj\root\WEB-INF\portal\system\properties
There should be two files, named prtCentral.properties.bak and prtDefault.properties. In each file, add the following lines :
request.mandatorylanguage=<language code>
request.mandatorycountry=<country code>
Replace the values to your liking (en for english, fr for french, etc.)
Next remove the ".bak" at the end of the prtCentral.properties.bak file so that it gets deployed in the portal, and you're done.
and also look into this link
http://help.sap.com/saphelp_erp2004/helpdata/en/ce/b31e40777cdd5fe10000000a155106/frameset.htm
Message was edited by:
Krishna Kishore Reddy Kondu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
13 | |
10 | |
10 | |
9 | |
9 | |
6 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.