ramensoftware / windows-11-taskbar-styling-guide

A collection of commonly requested taskbar styling customizations for Windows 11
190 stars 16 forks source link

Language Switcher Font Family Styling #117

Closed Josephwonguk closed 1 month ago

Josephwonguk commented 1 month ago

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.

Screenshot 2024-10-13 214530

bbmaster123 commented 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

Josephwonguk commented 1 month ago

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!