Localization files #423
iamsubingyawali
started this conversation in
General
Replies: 2 comments
-
Add the following property in your .csproj file <PropertyGroup>
...
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
</PropertyGroup> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using this library for my WPF. While building my app, many language specific folders are generated automatically as shown below:
Inside each of these folder, there are two files as below:
How do I get rid of these?
Beta Was this translation helpful? Give feedback.
All reactions