Hi,
Is it possible to dynamically localize the data contents from database to Hindi instead of statically defining the locale words?
Thanks & Regards,
Shalini V.
Solved! Go to Solution.
You should be able to store the data in the language required without the need to convert it. ThingWorx does not do any conversions on the data with the exception of numbers. In the localization tables, you will find translation tokens for numbers. There are a several ways to enter and update the tokens. You can dynamically add tokens to the DB Thingworx/LocalizationTables/de/Services/AddToken
and/or use Services/Expressions to interpret tokens at runtime for Mashups, or update through Composer by editing the localization tables.
Please let us know if you have further questions.
Regards.
--Sharon
Hi @svisveswaraiya.
I don't think this is possible, but I'm reaching out to R&D to confirm.
Regards.
--Sharon
You should be able to store the data in the language required without the need to convert it. ThingWorx does not do any conversions on the data with the exception of numbers. In the localization tables, you will find translation tokens for numbers. There are a several ways to enter and update the tokens. You can dynamically add tokens to the DB Thingworx/LocalizationTables/de/Services/AddToken
and/or use Services/Expressions to interpret tokens at runtime for Mashups, or update through Composer by editing the localization tables.
Please let us know if you have further questions.
Regards.
--Sharon
If you feel my previous response answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.
Thank you for your participation in our community!
Regards.
--Sharon