cancel
Showing results for 
Search instead for 
Did you mean: 

How to set default language for Portal?

former_member182374
Active Contributor
0 Kudos

Hi All,

We use EP6.

Default language is not defined and therefore is being set by the browser's language.

Where do I set default language for all users?

(I don't want that the users will be able to change it by themselves by browser/EU role).

I tried to set the "request.mandatorylanguage" and

"request.mandatorycountry" in prtDefault.properties but it didn't help.

Thanks,

Omri

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Omri ,

Did you check excecuting report RSCPINST using SE38 ,

RSCPINST is a setup and diagnostic tool for NLS configurations in R/3. The user can specify the set of languages needed, and the report automatically determines the settings required for a consistant NLS configuration. The report also automatically updates the necessary database tables. However, modifications to the application profile parameters must be carried out manually.

Read SAP Note 73606

Regards,

Santosh Karadkar .

former_member182374
Active Contributor
0 Kudos

Hi Santosh,

How does a setup tool in R3 can help me config the PORTAL's default language?

Omri

former_member182374
Active Contributor
0 Kudos

Well, chaging the parameters to

request.mandatorylanguage=en

request.mandatorycountry=us

and restarting AGAIN solved the problem.

Omri

Former Member
0 Kudos

Hi Omri,

are those to parameters

request.defaultlanguage=...
request.defaultcountry=...

set in the prtDefault.properties, and the J2EE Server restarted after the change?

Check out this thread and the link given there for more info:

Hope this helps,

Robert

former_member182374
Active Contributor
0 Kudos

Hi Robert,

Yes, those are the parameters that were already in my properties file (I didn't change anything - I followed the same thread (-; )

#

  1. This is the default language to be used when none is specified

#

request.defaultlanguage=en

request.defaultcountry=us

Omri