次の方法で共有


CultureName simpleType (apps for Office 1.1)

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

Introduced in

apps for Office Manifest Schema Reference v1.0

Type information

Base type

xs:string

Namespace

https://schemas.microsoft.com/office/appforoffice/1.1

Schema file

OfficeAppManifestv1.1.xsd

Definition

<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>

注釈

The culture names follow the BCP 47 standard.