{ "$schema": "../TcHmiFramework/Schema/FunctionDescription.Schema.json", "apiVersion": 1, "version": { "full": "14.3.340.0", "major": 14, "minor": 3, "build": 340, "revision": 0 }, "dependencyFiles": [ { "name": "SetLocaleEx.js", "type": "JavaScript", "description": "" } ], "function": { "name": "SetLocaleEx", "namespace": "TcHmi.Functions.Beckhoff", "displayName": "SetLocaleEx", "visible": true, "category": "Locale", "waitMode": "Asynchronous", "injectContextObject": true, "description": "Sets the application locale. \nThe function waits for loading of the language files.", "returnValue": null, "arguments": [ { "name": "ctx", "displayName": "ctx", "type": "tchmi:framework#/definitions/ContextReference", "description": "Context Reference", "required": true, "bindable": false }, { "name": "locale", "displayName": "Locale", "type": "tchmi:general#/definitions/ProjectLocale", "description": "Locale", "required": true, "bindable": true } ] } }