cancel
Showing results for 
Search instead for 
Did you mean: 

setting Locale

Former Member
0 Kudos

I am using IWDResourceHandler to load Resource Bundle

but I can find a way to change the Locale.

What I am trying to do is read the user supplied parameter "language" and using this value I wanna load different resource bundle.

If user selects langauge as "de".I wanna load Resource_de.properties and display the web dynpro page in German.

Any Suggestion?

Thanks in advance.

Praveen.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Praveen,

this is not supported currently. Please look at:

Regards

Stefan

Former Member
0 Kudos

Thanks for your quick response Stefan.

In Portal we allow users to select language and when user selects his language, depending on the users’ choice we display the page in that language.

We have SAP CRM ISA 3.0 and we have this functionality.

http://localhost/b2b/init.do?langauge=de and what we wanna do is; extend this functionality for other applications which are built using web dynpros.

Business reasons, it’s a b2b application and is used by distributors. These distributors serve various countries and they kind of do mobile sales too. They don't want to have different userId for different countries.

I can do a pseudo authentication if that is the only way

I can load Resource Bundles based on language.

In the Internationalization for Web dynpros; I read we could load different resource bundles based on user authentication. How do I do it?

Any suggestions will be really appreciated.

Praveen.

Former Member
0 Kudos

Hi Praveen,

loading different resource bundles is based on the predefined user locale. If this (the user in case of anonymous user) isn't present, the current session locale (probably retrieved from browser settings) is used, then the VM locale. I'm afraid, there's no way for you to change that, as far as i know.

It would be nice to know, how the EP manages that, this would be the solution for you, i guess

Regards

Stefan