Closed Josephwonguk closed 1 month ago
You're on the right track, that is the correct target.
see here for more detail about how to use UWPspy, and let me know if anything needs further explanation https://github.com/bbmaster123/FWFU/blob/main/uwpspy.md
Great, got it working!
I used this code:
Target: SystemTray.LanguageTextIconContent > Windows.UI.Xaml.Controls.Grid#ContainerGrid > SystemTray.AdaptiveTextBlock#LanguageInnerTextBlock > Windows.UI.Xaml.Controls.TextBlock#InnerTextBlock
Value: FontFamily=
I don't know if it's the most simple, but it worked!
Hi there, I'm attempting to change the font of the language switcher in the System Tray - I've found that it relies on: Name: SystemTray.AdaptiveTextBlock Class: LanguageInnerTextBlock I know very little about the XAML, but I can't seem to get it to change. Any assistance would be great.