cancel
Showing results for 
Search instead for 
Did you mean: 

different portal logon pages with same url.

Former Member
0 Kudos

Hi all,

Im doing portal logon page customization . My requirement is when a user give the portal link in his browser he should get the portal logon page according to the country language..for example if he opens the portal from india he should get English text and if he opens the portal from japan he should get the japanese text in the portal logon page.

thanks

Rajeev B

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi jayesh ,

How can we select the language in the internet browser.

i didnt understant the solution you had send .please explain it clearly.

Former Member
0 Kudos

Open Internet Explorer - Tools Menu - Internet Options - There is a button called languages at the bottom. Click on that button and delete the default language and then add the language u wish to display in the logon page. Click on and then apply the settings and test.

Thanks,

GLM

Answers (7)

Answers (7)

Former Member
0 Kudos

HI GLM & jayesh ,

Thanku very much.

It was very useful answer..one of my issue was resolved . but im not clear about using different logon pages with sam url..

Thanks

Rajeev

Former Member
0 Kudos

Hi all , thanks for ur support.

i use

http://<servername>:<port>/irj/portal?ume.logon.locale=fr it was working fine.. my requirement is when we give the link upto http://<servername>:<port>/irj/portal with out passing any parametes in the url , i have to get the logon page according to that country language.

thanks

Rajeev

Former Member
0 Kudos

hi rajeev,

User has to select language(e.g.FR) in internet browser.

this is the only solution according to me.

Then you dont have to pass language parameter in portal link.

,jayesh talreja

Former Member
0 Kudos

hi,

SAP has provided many of the languages.

So if u select any of the language in browser portal with that language will come.

For example if u select frence language portal with that language will come.

But if u select language as hindi it wont come because SAP has not provided.

so i hope whateven language u want SAP has implemented befor that(i am not sure for japan language).

former_member189631
Active Contributor
0 Kudos

Rajeev,

Its possible to have the different logon pages for the same portal.

Its also possible for the same ulr but different parameters.

You can do customization on portal logon page.

For example:

Consider that the url http://myep:50000/irj/portal is currently using to access the portal.

You can pass addintional parameter on this url and fetch them into logon page, display the pages based on the values that you have fetched.

for example http://myep:50000/irj/portal/myparam

Have a lot at this link,

Ram

Former Member
0 Kudos

HI ,

Thanks for replying me ..i searched for different blogs,but i didnt get the solution.if u have any blogs or solution regarding this please send those to me.

Thanks

Rajeev

srinivas_sistu
Active Contributor
0 Kudos

Hi,

have a look at this site...

http://www.networldmap.com/TryIt.htm

Regards,

Srinivas

Former Member
0 Kudos

hi rajeev,

i did explain how the logon page language is decided, so i doubt you would be in a position to control that with code....try redirecting the user to something like this

http://ldssap:50200/irj/portal?ume.logon.locale=fr

thanks,

GLM

Former Member
0 Kudos

Rajeev,

Before the portal page is rendered it makes a check for the users locale setting. Its the regional settings is US or a region that supports English then the logon language is English. In order for the user to see a different language you can go to "Regional and Language Options" and change the language and the portal will automatically reflect that in the logon page.

For custom developed application you will have to enable Internalization.

Thanks,

GLM

Former Member
0 Kudos

Hi Rajeev

To enable your portal application to be displayed in different languages, you must create resource bundles that hold all language- or country-specific text strings or other resources.

[http://help.sap.com/erp2005_ehp_03/helpdata/EN/42/9381b4a5061d69e10000000a1553f6/frameset.htm]

Thanks