<text>
(Optional) The localized text for the <name> and <description> elements or file for the <image> and <splashscreen> elements.
Parent elements:
<qnx>, <configuration>
Child elements:
None.
Description:
The <text> element specifies the text for the <name> and <description>. You can also use this element to specify different image files to use for the <image> and <splashscreen> elements.
Content:
A CDATA value representing a string value or the name of an asset.
Attributes:
| Name | Description | Values | Default |
|---|---|---|---|
| xml:lang | (Required) Specifies the language or locale code to use. | A string value representing a locale. The
XML locale strings use hyphens per the IETF
Best Current Practice (BCP) 47
specification. For example, you can use en-US (United States English), de-DE (German), or fr-CA (Canadian French). |
None |
Example:
<-- For a description -->
<description>The HelloWorldDisplayManaged application
<text xml:lang="de-DE">The german description for HelloWorldDisplayManaged application</text>
</description>
<-- For an image -->
<splashscreen>sample-splashscreen-landscape.png:sample-splashscreen-portrait.png
<text xml:lang="de-DE">icon.png:icon.png</text>
</splashscreen>