Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to create a translatable table?

Former Member
1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
893

add a language key field to the primary key.

Best regards,

5 REPLIES 5
Read only

ThomasZloch
Active Contributor
0 Likes
894

add a language key field to the primary key.

Read only

0 Likes
893

Hi Thomas,

If I add a language key as primary key in the table, will the translator know this table need to be translated and find the related information?

Best regards,

Blake Le

Read only

0 Likes
893

Not sure which translator you are referring to, but adding a language key field with a data element->domain of type LANG should make such tool "know" that we're dealing with translatable entries here.

Thomas

Read only

Former Member
0 Likes
893

Hi Blake Le,

U can call it as TEXT TABLE ...

U need to add one Field in Your table which stores Language Key...(field with data type LANG).

eg.

SPRAS ==> Data Element

Table ==> TSTCT

Also hv a look on below Thread...

Not sure but As I think User needs to enter the Records for different different Languages in this tables...

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

Read only

RaymondGiuseppi
Active Contributor
0 Likes
893

If there are only key and text fields,add a language key, else create a text table with only client, language, key fields and the text(s) and remove the text(s) from the data table, declare this new table as a text table using foreign keys relationship with the first table.

The table text will become translatable.

Regards