hardcodet / wpf-notifyicon

NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform
MIT License
830 stars 130 forks source link

Culture is lost #63

Open mjanulaitis opened 3 years ago

mjanulaitis commented 3 years ago

After setting the culture to a culture other than the default culture, I can see my my resources load properly however once the notifyicon is instantiated, my non-standard culture is lost and the default applied. I searched the code and do not see anywhere the code sets the Culture so I am wondering if the underlying API within Windows is setting the culture back.

Lakritzator commented 2 years ago

I really do not know, never seen that issue. Are you sure that you set the culture correctly?

What Windows and .NET version are you using?

Lakritzator commented 2 years ago

It is nice that you mention that we didn't provide any updates to our Nugets, but you didn't answer our questions. I'm very curious about this issue, but I would like to know more about it, so we can look at it. What I do not have, is copious amounts of time, to go with little "hints" and spend days trying to figure out what you mean.