cancel
Showing results for 
Search instead for 
Did you mean: 

Save multilingual data into MDM Repository table

Former Member
0 Kudos

Hi Friends,

We have a requirement on data internationalizationalization in our project and currently using MDM version is 5.5.

The application is already in use for Language English.

In order to maintain the data fields in u201CInternational Versionu201D in MDM, we have a language called u201CLOCAL [ANY]u201D would be added in the existing repository as the primary language and English [US] is a international language .

We have two screens in the application with name "Address" and "Internation Address" . Both screens have common fields like Name1 , Name2 ..etc and those fields multilingual property in MDM table set with "YES".

we have fields in the table as following

Field name : Available in MDM Multilingual

-


-


-


Name 1 YES YES

Here my question is as the field "Name1" is a text type & will get its field code and set this on to record as following

record.setFieldValue( (FieldId) fieldIds.get("Name_1"),new StringValue(

wdContext.currentName1Element().getFldValue()));

As the Name1 is multilingual type how do we save the record into MDM for both English and other local language .

because each NAME have only one feild code.

Could any body put your pointers to over come this.

Advanced thanks ..

Regards

Ratnakar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hello Ratnakar

you can connect to repository with only one language, and dont change language after connection is setup

create individual connection for each language and save your data

Regards

Kanstantsin

Answers (0)