ConvertLanguageIdToLCID Method of the Engine Object
This method converts the Win32 standard LANGID, represented by LanguageIdEnum, into the Win32 standard LCID. The return value of this method may be directly cast to the LCID type.
LanguageId[in] This variable of the LanguageIdEnum type specifies Win32 standard LANGID.Result[out, retval] A pointer to an int variable that receives the return value of this function.