Up until now, I've found out a way to translate it...
# suitecommerce
v
Up until now, I've found out a way to translate item information on the webstore here: Import/Export > Bulk Update Translation But, I'm not sure how translations can be pulled from NetSuite for Custom Records' data. We have some extensions that display information from Custom Records on the webstore, and we would also like the user to see this information in their selected language.
t
Does this article help? https://developers.suitecommerce.com/section1516657590 The translate method might do the trick. You’d still have to add your translations in through the SC Configuration screen though
Otherwise you could look into Google Translate?
v
Yes @TheAntman, the translate method and helper would work for entries present in the Translations subtab in SC Config. But I'm struggling as to how I can translate dynamic data that comes via Custom Records.
Is there an API for Google translate that I can use?
t
Is something like this what you’re looking for? https://translate.google.com/intl/en/about/forbusiness.html
v
This will help for now @TheAntman. Thank you. 🙂
I wish NetSuite provided an out-of-the-box solution for such kind of a scenario