Hi, I've a quite obvious problem. Here's the situation: - my WPF application is primarily written in German - I've to use resx-files (standard way in the company) - the fallback-language must be English. - the german resources are the base for all translations (including English)
I've tried many combinations with "[assembly: NeutralResourcesLanguage("en", UltimateResourceFallbackLocation.Satellite)]" and setting in the csproj file, but unfortunately, I couldn't find one that works fine.
Thx in advance for your help! Fred