This topic has not yet been rated - Rate this topic

ShortLocaleAwareSetting complexType (apps for Office)

apps for SharePoint

Published: February 26, 2013

Defines a setting that is a short string, locale-aware, and that can be specified for a locale different than the default.

Namespace

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

Schema file

offappmanifest.xsd

Extension base

None

<xs:complexType name="ShortLocaleAwareSetting">
    <xs:sequence>
        <xs:element name="Override" type="ShortLocaleOverride" minOccurs="0" maxOccurs="unbounded"></xs:element>
    </xs:sequence>
    <xs:attribute name="DefaultValue" type="ShortString" use="required" />
</xs:complexType>

Child elements

Element

Type

Description

Override

ShortLocaleOverride

Provides a way to specify the value of this setting for an additional locale.

Attributes

Attribute

Type

Required

Description

Possible values

DefaultValue

ShortString

required

Specifies the default value for this setting, expressed for the locale specified in the DefaultLocale element.

Values of the ShortString type.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.