Translate dropdown option which is refer to the location table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 04:28 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 04:41 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 05:39 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 06:08 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 06:13 AM
I am trying to translate code_country table into another language.