Skip to Content
0
Former Member
Nov 27, 2010 at 07:18 PM

Passing Portal Locale/Language/Country to Web Dynpro iView

73 Views

Hi Experts,

I am trying to pass the current portal session locale info - country and language to a Web Dynpro iView so that i can use that info in the WD logic to retrieve user language specifc data from CRM backend. I am finding that the Locale object available in WD is not getting refreshed when the WD app is invoked in a Federated portal setup.

(Locale sessionLocale = WDResourceHandler.getCurrentSessionLocale() is not refreshed )

I tried to pass the language through the Application Parameters settings of the WD iView properties. But that is not working either ( languuage=<Request.Language> ).

Based on all the information i checked in the forum, i may have to go through the Application Integrator route - which would mean i have to completely redo my WD iView. Is there any other way this can be achieved.

Thanks