LocalizabilityAttribute.Readability Property
Gets or sets the readability setting of the localization attribute's targeted value.
Assembly: PresentationCore (in PresentationCore.dll)
The following code example shows the readability setting of localization attributes defined for a text block.
<!-- Define localization attributes and comments for the text block. - The content is visible to the localizer and can be changed. - The font size property is visible to the localizer and can be changed. - The comment specifies that the trademark font size should be used. --> <TextBlock FontSize="14" Localization.Attributes= "$Content(Text Readable Modifiable) FontSize(Font Readable Modifiable)" Localization.Comments= "$Content(Trademark) FontSize(Trademark font size)" > your company name here </TextBlock>
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.