LocalizabilityAttribute.Modifiability Property
Gets or sets the modifiability setting of the localization attribute's targeted value.
Assembly: PresentationCore (in PresentationCore.dll)
The following table shows the modifiability settings of the localization attribute.
|
Modifiability setting |
Meaning |
|---|---|
|
Modifiable |
Targeted value is modifiable by localizers. |
|
Unmodifiable |
Targeted value is not modifiable by localizers. |
|
Inherit |
Targeted value's modifiability is inherited from its parent node. |
The following code example shows the modifiability setting of localization attributes defined for a button.
<!-- Define localization attributes for the button. - The content is visible to the localizer and can be changed. - The font family property is visible to the localizer but cannot be changed. --> <Button FontFamily="Microsoft San Serif" Localization.Attributes= "$Content(Button Readable Modifiable) FontFamily(Font Readable Unmodifiable)" > your company name here </Button>
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.