--- title: IKeymanKeyboardLanguage::LangID Property --- ## Introduction The `IKeymanKeyboardLanguage::LangID` property returns a Windows LANGID for the Windows language. If the language does not have a LangID defined, then this returns `0`. ## Specification ``` clike readonly long LangID ```