Home / FAQ / WPF / Comments / How can I add localization comments to an XAML file ?
The following example shows how to add localization comments to an XAML file.
[XAML] <TextBlock x:Id = 'text01' FontFamily = 'Microsoft Sans Serif' FontSize = '12' Localization.Attributes = '$Content (Unmodifiable Readable Text) FontFamily (Unmodifiable Readable)' Localization.Comments = '$Content (Trademark) FontSize (Trademark font size)' > Microsoft </TextBlock>
Platform BlazorASP.NETWinFormsWPF
Question *
Answer (Optional)
Email address is only for further clarification on your FAQ request. It will not be used for any other purpose.
Please leave this field empty.
Home / FAQ / WPF / Comments / How can I add localization comments to an XAML file ?
How can I add localization comments to an XAML file ?
The following example shows how to add localization comments to an XAML file.
Share with
Related FAQs
Couldn't find the FAQs you're looking for?