cancel
Showing results for 
Search instead for 
Did you mean: 

Language setting problem

Former Member
0 Kudos

Hi,

I am using the following RegionProperties to set the language to English. But for some reason, some of the tables / fields listed are not in English.

public static RegionProperties getRegion()throws CommandException

{

RegionProperties regionProperties = new RegionProperties();

regionProperties.setLocale(Locale.ENGLISH);

regionProperties.setName("English US");

regionProperties.setRegionCode("engUSA");

return regionProperties;

}

Here is the list of table names that I am returned. This is not in English.

Table Name

Code d'activite¿ pour assurance sociale

Prestataire de transport

Branches

Groupes de comptes

Fonctions de blocage

Nº de TVA intracommunautaire

Coordonne¿es bancaires

Code S.M.

Re¿gions

Sexe

Can anyone tell me what is that I am doing wrong.

Thanks

Sudheer

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Resolved it myself. Thanks to all of you who tried ot help.

former_member182007
Active Contributor
0 Kudos

Hi,

It seems somewhere in Console Multilingual property is enabled. Just check it out and disable it.

Hope it helps.

Rgds

Deepak

Former Member
0 Kudos

Hi Sudheer,

Just recheck the MDM repository properties in MDM Console.

Check to see that no Multilingual property has been set for the Repository under use or any fields or tables in the structure.

Make sure that the repository language is set to English in console.

Hope It Helped

Thanks & Regards

Simona Pinto