LocalizedStringDictionary element
The localized strings that should be displayed in a UI for localized nodes in the manifest.
Usage
<LocalizedStringDictionary>
text
</LocalizedStringDictionary>
Attributes
There are no attributes.
Text value
This node holds the localized strings that should be displayed in a UI for localized nodes in the manifest. This node should not be populated in an assessment manifest by an assessment author. It is created by the AXE object model and populated when a job manifest is being written.
To localize an assessment manifest, the nodes being localized use a _locId attribute, where the value is a unique identifier. A version of the assessment manifest is created for each language, and each is installed into a subdirectory of the assessment directory named for the language. An application such as "Windows Assessment Console" that creates job manifests loads each localized assessment manifest and stores the localized strings into the localized string dictionary. When the object model writes out the job manifest, this node will be populated.
Child elements
There are no child elements.
Parent elements
Element | Description |
---|---|
AxeAssessmentManifest |
This is the root node of an assessment manifest. |
Element information
Can be empty | Yes |