Translate dropdown option which is refer to the location table

Nisha Mishra23
Tera Contributor

Is there any way we can translate reference table. For example we want to translate the locations dropdown option which is attached to the location table.

 

6 REPLIES 6

Mark Manders
Mega Patron

You want to translate the location records, is that what you are asking? Or do you have a field that is a reference to the location table and you want to translate that field (label)?


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

For example if I have variable country and then it contain the reference table which contain all the country name  I want that table to translate in some other language.

I think country is the wrong example, because it is already translated. Open the 'core_country' table and you will see that the 'name' field is a 'translated field'-type. 

If you look at the 'cmn_location' table, from your original question, the 'name' field is a string field, which isn't translated. If you update the field type to 'translated text' you will be able to translate the locations.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

I am trying to translate code_country table into another language.