7 lines
249 B
TypeScript
7 lines
249 B
TypeScript
declare namespace TcHmi.Functions.Beckhoff {
|
|
/**
|
|
* Returns the current locale string for texts or undefined if no localized Symbol is available.
|
|
*/
|
|
function GetLocale(): string | undefined;
|
|
}
|
|
//# sourceMappingURL=GetLocale.d.ts.map
|