Disable Translation On Script

Hello,
I need to disable Translation on script because i found a lot of word on translation file that i don't want translate because is part of the code
example
Update tabMntMain SET PV = 0 Where IDMaintenance =
Or
UPDATE tabLayoutMachineBoxReceiver Set AssignedToMachine = -1

How can i Do?

Thanks
Parents
  • Nothing in your scripts will get translated unless it is inside of an Ext() function.

    Unfortunately, InduSoft does not have an option to ignore literal strings inside of scripts that are not inside of an Ext() function when you refresh project texts. You can just ignore these strings when you do your translations.
Reply
  • Nothing in your scripts will get translated unless it is inside of an Ext() function.

    Unfortunately, InduSoft does not have an option to ignore literal strings inside of scripts that are not inside of an Ext() function when you refresh project texts. You can just ignore these strings when you do your translations.
Children
No Data