enableNotListedLanguages XML Element

[DIFx is deprecated, for more info, see DIFx Guidelines.]

The enableNotListedLanguages XML element is an empty element that sets the enableNotListedLanguages flag to ON, which configures DPInst to enable all of the supported languages that are not explicitly enabled by language XML elements in a DPInst.xml file.

Element Tag

<enableNotListedLanguages>

XML Attributes

None

Element Information

Parent elements

dpinst

Child elements

None permitted

Data contents

None permitted

Duplicate child elements

None permitted

Remarks

By default, all of the DPInst-supported languages are enabled if a DPInst.xml file does not contain any language elements. However, if the DPInst.xml file contains language elements, only the languages that are explicitly specified by the language elements are enabled and all of the other languages are implicitly disabled. To enable all of the languages that are implicitly disabled, set the enableNotListedLanguages flag to ON by including an enableNotListedLanguages element as a child element of a dpinst XML element or use the /el command-line switch.

The following code example demonstrates an enableNotListedLanguages element.

<dpinst>
  ...
  <enableNotListedLanguages/>
  ...
</dpinst>

See also

dpinst