How will the unwanted language files not be generated? #454
Replies: 6 comments
-
Yeap. |
Beta Was this translation helpful? Give feedback.
-
I have added the entry but it doesn't seem to work, the framework used is .NET Framework 4.8 |
Beta Was this translation helpful? Give feedback.
-
Show your piece of code. |
Beta Was this translation helpful? Give feedback.
-
I also tried and the same happens, all language folders appear after recompile. |
Beta Was this translation helpful? Give feedback.
-
I came across the same problem a few days ago as well. I was using .NET Framework 4.8. Yesterday I migrated my app to .NET Core 3.1 and everything just worked. It seems like the problem has nothing to do with ModernWPF itself but it is a bug from Microsoft. See dotnet/sdk#3277 I'm afraid you have to migrate to a more recent version of SDK in order to filter unwanted language files. |
Beta Was this translation helpful? Give feedback.
-
It is a problem of .NET framework4.8, I migrated the project to. It succeeded after net core6.0 |
Beta Was this translation helpful? Give feedback.
-
How will the unwanted language files not be generated?
I found that many language files are generated after compiling, is there a way to generate only the language I need?
Beta Was this translation helpful? Give feedback.
All reactions