You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/topics/bars/localization.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Many controls utilize built-in strings as part of their presentation, and these
14
14
Bars string resources are customized using the [ActiproSoftware.Products.Bars.SR](xref:ActiproSoftware.Products.Bars.SR) class and an enumeration of available resource names is available using [ActiproSoftware.Products.Bars.SRName](xref:ActiproSoftware.Products.Bars.SRName).
15
15
16
16
> [!NOTE]
17
-
> For those working with [MVVM](mvvm-support.md), additional string resources for that library can be customized using the [ActiproSoftware.Products.Bars.Mvvm.SR](xref:ActiproSoftware.Products.Bars.Mvvm.SR) class and [ActiproSoftware.Products.Bars.MVVM.SRName](xref:ActiproSoftware.Products.Bars.MVVM.SRName) enumeration.
17
+
> For those working with [MVVM](mvvm-support.md), additional string resources for that library can be customized using the `ActiproSoftware.Products.Bars.Mvvm.SR` class and `ActiproSoftware.Products.Bars.MVVM.SRName` enumeration.
18
18
19
19
The following example demonstrates how one might customize the `UIRibbonMenuItemAlwaysShowRibbonText` string resource:
0 commit comments