- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2023 04:08 AM
I have to translate the data in custom table. I have tried translating in sys_translated_text table but it is not working. (tried in translated/field labels table as well).
please help on this issue. TIA.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2023 04:47 AM
@Ravi Chandra_K,
Ok, so there's a few things to unpack here. The first one is to be aware how the UI translation tables work (I have a blog post here about them), then when familiar with those you would need to review your field type. If it's a "string" type field then it wouldn't work and would need to be changed to a "translated_text" field type,
Many thanks,
Kind regards
Director of Globalization Deployment, Internationalization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2023 04:47 AM
@Ravi Chandra_K,
Ok, so there's a few things to unpack here. The first one is to be aware how the UI translation tables work (I have a blog post here about them), then when familiar with those you would need to review your field type. If it's a "string" type field then it wouldn't work and would need to be changed to a "translated_text" field type,
Many thanks,
Kind regards
Director of Globalization Deployment, Internationalization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2023 10:38 PM
this helped Alex.
I was able to find out the same through the support article.