formLocaleType Type

Specifies the locale of the server on which the form template resides.

Type Information

Namespace xsf2

Definition

  
<xsd:simpleType name="formLocaleType" ">
   <xsd:restriction base="xsd:token">
      <xsd:minLength value="1" />
   </xsd:restriction>
</xsd:simpleType>

Remarks

Valid values correspond to the list of languages that are displayed when you open a form template in Design mode, and then click Form Language on the Tools menu. To view a list of valid Locale ID (LCID) string values, see the Short String value in the Locale ID (LCID) Chart topic on MSDN (http://msdn2.microsoft.com/en-us/library/0h88fahh.aspx).

The locale specified by this is type is used only by the server on which InfoPath Forms Services is running, and is ignored by the Microsoft Office InfoPath 2007 application.

Note   This element or attribute must be present and valid in the form definition file (.xsf), before InfoPath Forms Services will allow the form template to be deployed to the server as a browser-compatible form.