Sepasoft MES Module Suite
system.mes.invalidateCache()
Clears the Translation Cache in the Client, causing previously-translated text to be reloaded when encountered. After calling this function, some translated items may require that the component to be closed and re-opened to take affect.
Syntax
system.mes.invalidateCache()
- Parameters
None
- Returns
Nothing
- Scope
Client/Designer
Code Example
Python |
#This code clears the Translation Cache for the current Client system.mes.invalidateTranslationCache() |
Sepasoft MES Module Suite