MultipleLocale

MBAE deprecation warning

Important

Starting in Windows 10, version 1803, the MBAE app experience is replaced by an MO UWP app. For more information about MO UWP apps, see UWP mobile broadband apps.

The MultipleLocale element specifies if the service metadata package supports multiple locales or not.

Usage

<MultipleLocale>
  text
</MultipleLocale>

Attributes

There are no attributes.

Text value

A boolean value that is true if the service metadata package supports multiple locales.

Child elements

There are no child elements.

Parent elements

Element Description

MetadataKey

The MetadataKey element specifies the attributes of the device metadata package. These include the following:

  • The identifier for each hardware function supported by the device.

  • The language-specific locale for the text strings within the package.

XSD

<xs:element name="MultipleLocale" type ="xs:boolean" />

Remarks

  • To support multiple locales in the service metadata package , Set the MultipleLocale element to true. This element is not supported on Windows 7. If this element is not specified, the default value is true.

  • If there is both a single locale service metadata package and a multiple-locale service metadata package on a user's computer, Windows uses the multiple-locale service metadata package, if all other ranking values are the same.