- Contents
DesignerCOM API
II3ID::Locale Property
get_Locale
The locale that Interaction Designer is currently running in. This returns a Windows LCID (locale identifier) as the output.
IDL Function Prototype
HRESULT Locale(
[out, retval] long * theLocale
);
C/C++ Syntax
HRESULT get_Locale(long * theLocale);
Parameters
- theLocale
-
The return value is a long that corresponds to a Window's LCID.