Share via


2.3.24 CultureName

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

Referenced by: LocaleOverride, ShortLocaleOverride, LongLocaleOverride, URLLocaleOverride, OfficeApp, ContentApp, TargetDialects, TaskPaneApp, MailApp

Specifies the culture name of the language used in the string that it is qualifying.

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

 <xs:simpleType name="CultureName">
   <xs:restriction base="xs:string">
     <xs:pattern value="[a-zA-Z]{2,3}-[a-zA-Z0-9]{3,8}(-[a-zA-Z]{2,3})?|[a-zA-Z]{2,3}(-[a-zA-Z]{2,3}(_tradnl|\.pseudo|-[a-zA-Z]{4,8})?)?"/>
   </xs:restriction>
 </xs:simpleType>

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