I am new to ignition working on the translation project . Is there any way I can fetch the translations directly from the SQL database rather than using translation manager. Is it possible?
As we use 3rd party software for report generation the report is generated on gateway, hence the report doesn't gets translated so i just want to know if there is a possible way..
Hi, Anjai.
This is a repeat of your previous post, Can we fetch the translations directly from SQL database rather than translation manager in Ignition for Perspective?. Please don't do that. Instead improve the original question (which will bring it to the top of the list again).
In this case it would be best if you deleted the original question as this one has more information.
Thanks.
2 Likes
Have you considered using system.util.translate()?
1 Like
This is the best way but no you cannot access this directly in your SQL. It is a Ignition function. You will need to do your translations at the Ignition scripting level if you wish to leverage the Ignition translation manager.
1 Like