cancel
Showing results for 
Search instead for 
Did you mean: 

Changing Language Settings

Former Member
0 Kudos

Hi All,

Any idea how i can change the language settings for all portal users? Can i do a mass maintenance? Thanks

Reagrds

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please check out this link to set the default language of the portal. Hope it helps.

http://help.sap.com/saphelp_nw70/helpdata/en/42/938297a5061d69e10000000a1553f6/frameset.htm

Regards,

Elaini

Answers (2)

Answers (2)

former_member304001
Active Contributor
0 Kudos

Check below link

Hope this helps u

Former Member
0 Kudos

Hi,

depends where you store your user data:

1) portal data base (initial configuration). There is no such thing as a mass update of user data. However, you can easily write your own portal component providing the required functionality using the <a href="https://help.sap.com/javadocs/NW04S/current/se/index.html">Security API</a>. Check class IUserMaint and method setLocale(Locale locale).

2) LDAP: Most LDAPs provide mass update functions. Aks your LDAP team.

3) ABAP system: No idea. Anybody else, who could shed light on this?

Best regards,

Martin