cancel
Showing results for 
Search instead for 
Did you mean: 

Regd. User language

Former Member
0 Kudos

Hi all,

i am trying to work on internationalization concept.

My requirement is at the time of user creation if no language is set then browser language need to work.

With the help of Iuser i can access user property, but i didn't got any function for language, for Locale is there i.r user.getLocale() may be.

Is this locale will give the Language set at the time of user creation.

How to deal with the Server Locale/Language, User Language and Browser language setting.

In what order in the code level i need to manage these three and how.

Regards,

Deepak

Accepted Solutions (0)

Answers (2)

Answers (2)

nikhil_bose
Active Contributor
0 Kudos

For Internationalization of Dynpro Applications, you need to maintain .xlf files as in the [tutorial|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c6cfad90-0201-0010-a5b8-8f9486346059].

Browser settings needed to display application in particular language.

refer thread: [Portal Internationalizationa|]

nikhil

Former Member
0 Kudos

Hi,

you need to maintain .xlf files

files are created by me and i m able to get the output.

My Doubt is if user doesn't have language at the time of user creation then browser setted language will take place, if i am correct....???

i saw the table structure of the Laguage with diffrent condition and order.

Is there any thing i need to do/handle from my code side or it will work fine.

Regards,

Deepak

PradeepBondla
Active Contributor
0 Kudos

Hi,

This may help you till some extent.... check this

[Setting/Getting Available Languages in the portal using code|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6444] [original link is broken] [original link is broken] [original link is broken];

PradeeP