cancel
Showing results for 
Search instead for 
Did you mean: 

Logon language and title

Former Member
0 Kudos

Hello all there,

I need to adjust the logon screen of the portal and I have some minor issues I can't find an answer for.

First of all, how do I change the logon language. It should always be English, no matter what the users, browser, ... locale is. Off course I can change all the occurences of logonLocale.get("Key"). But I don't think that's the way to handle this.

Second, I would like to change the title in the browser. At this moment it always says 'SAP Enterprise Portal 6.0'. I tried to change the title tag but that does nothing. Anyone allready done this?

Some help would be appreciated.

Thanks.

Christophe

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can refer to the following thread to change the Portal title.

Hope it helps.

Regards,

M.Subathra

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Christophe,

you can set a portal mandatory language (over the user and browser locale) by using the parameter "request.mandatorylanguage" and "request.mandatorycountry" in the prtDefault.properties. Check out this <a href="https://forums.sdn.sap.com/thread.jspa?threadID=131422">thread</a> and my there mentioned thread for more info.

As metioned there it's important to restart the J2EE Engine after the changes.

Hope this helps,

Robert