cancel
Showing results for 
Search instead for 
Did you mean: 

Internationalization in Portals

Former Member
0 Kudos

Hi All,

I am trying to do an application in Internationalization in portals.

-> For that I have prepared the properties files and kept them in the dist\private\classes folder.

-> Written the code for accessing the resource bundle by using getString() method of ResourceBundle in doContent() method.

deployed the application.

-> then runned the application. but the text are not changing in the displayed page.

-> I have changed the language settings also.

Please help me in this regard..... im unable to fix the issue.

Thanks in advance,

Bhavyasri.M.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bhavya,

Setting the language(if you are speaking about the language in the browser settings) would depend on the priority or the heirarchy in which you have placed. Keep german as priority 1 and English as second.

Regards,

Swati

Former Member
0 Kudos

Hi Bhavya,

Please check with the property file path once (looks like you missed the PORTAL-INF). Also try printing the values so that you get the idea where exactly the problem is.

Regards,

Swati

Former Member
0 Kudos

Hi Swati,

I am printing the values from the ResourceBundle also. I have added properties files for DE and EN. Eventhough I kept the language as German, its getting the data from EN properties files.

So any other option I have to check for getting this??