Fix the issue with Chinese fonts on menu flyout items and appbar buttons in compose page.
This commit is contained in:
@@ -438,6 +438,11 @@ public sealed partial class OperationCommandBar : CommandBar
|
||||
frameworkElement.DataContext = dataContext;
|
||||
}
|
||||
|
||||
if (element is DependencyObject dependencyObject)
|
||||
{
|
||||
MenuFlyoutLanguageHelper.Apply(dependencyObject);
|
||||
}
|
||||
|
||||
return element;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user