declare namespace TcHmi.Functions.Beckhoff { /** * Sets the application locale. The function waits for loading of the language files. * @param ctx Context object which provides context specific data and functions. * @param locale */ function SetLocaleEx(ctx: SelectableRequired, locale: string): void; } //# sourceMappingURL=SetLocaleEx.d.ts.map