Share via


WordImporter.SetLcid Method

InfoPath Developer Reference

Specifies which language will be shown in the WordImporter object UI when hosted in process.

Version Information
 Version Added:  InfoPath 2007

Syntax

expression.SetLcid(lcid)

expression   An expression that returns a WordImporter object.

Parameters

Name Required/Optional Data Type Description
lcid Required [UINT] The locale ID of the language.

Return Value
Nothing

Remarks

The WordImporter object user interface and return messages are shown in the language specified by the

lcid

parameter.

This interface, object, member or enumeration is provided by the InfoPath design environment. A reference must be set to the Microsoft Office InfoPath Designer 2.0 Type Library, located at C:\Program Files\Microsoft Office\Office12\IPDESIGN.DLL.

This object or member is used for extending the InfoPath application and is not intended to be used directly from your form code.

See Also