Edit

desktop7:LocalizedString

Specifies the localized string to show for the item in the Control Panel.

Element hierarchy

<Package>
   └─ <Extensions>
      └─ <desktop7:Extension>
         └─ <desktop7:ControlPanelItem>
            └─ <desktop7:LocalizedString>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <desktop7:Extension>
               └─ <desktop7:ControlPanelItem>
                  └─ <desktop7:LocalizedString>

Syntax

<desktop7:LocalizedString
  ResourceId = 'A required integer.' />

Attributes

Attribute Description Data type Required Default value
ResourceId The resource ID of the localized string within the resource module. A integer. Yes

Child elements

None.

Parent elements

Parent element Description
desktop7:ControlPanelItem Registers an extension as a control panel item.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/desktop/windows10/7
Minimum OS Version Windows 10 (Build 19645)

Remarks

Examples