Translation Manager Best Practices

Hi Team,

We have multiple production servers, I need to automatically deploy the translation changes done on one server to the others. Could you please suggest a best way to handle this translation Manager.

Thanks
Sharon Samvel

There's not currently any way to automatically do this, but you could implement something yourself via the gateway network, message handlers, and some adaptations to the scripts I posted here:

You can use system.util.modifyTranslation to insert the updated translations piecemeal after obtaining them:
https://docs.inductiveautomation.com/display/DOC81/system.util.modifyTranslation

2 Likes

Have there been any improvements for this?
An easy/easier way to deploy the translation manger from one server to the other would be great!

I'm not sure how I would implement something via the gateway network to do it with the translation script and system.util.modifyTranslation you posted.