cancel
Showing results for 
Search instead for 
Did you mean: 

Portal 7.3 language en_GB

0 Kudos

Hi,

We have a drop down to display languages in portal 7.3 header. We have english in dropdown and now added english_GB as the language for country UK. For this we have added lang 6N in ECC custom table which fill the values of dropdown. When user selects the english_gb language from dropdown, we are able to set the portal selected language in ECC (SU01).

But now the issue is not able to set the portal laguage to en_GB.

Locale localeEnglishUK = Locale.getDefault();
localeEnglishUK = new Locale("en_GB");

if(lang.equalsIgnoreCase("?")){ // special chatracter for 6N in ECC
modUser.setLocale(localeEnglishUK);}


The below are the properties for infromation
Locale:en_GB
getDisplayLanguage:English
getDisplayName:English (United Kingdom)
getCountry:GB
getLanguage:en
getDefault:en_US
ECC lang code: ?

Is there any other value or configuration need to be done in portal for en_GB ?


Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189220
Active Contributor
0 Kudos

I would suggest to have a look on this Guided Answers dedicated on the configuration of the language locales:

https://ga.support.sap.com/dtp/viewer/#/tree/797/actions/8715:8716:8720