Share via


2.2.2 ShortLocaleOverride

Target namespace: http://schemas.microsoft.com/office/appforoffice/1.0

Referenced by: ShortLocaleAwareSetting

Specifies the support for multiple locales for short strings.

Attributes:

Locale: A CultureName attribute (section 2.3.7) that specifies the culture name of the locale for the override.

Value: A ShortString attribute (section 2.3.2) that specifies the value of the setting expressed for the specified locale.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="ShortLocaleOverride">
   <xs:attribute name="Locale" type="CultureName" use="required"/>
   <xs:attribute name="Value" type="ShortString" use="required"/>
 </xs:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).