Closed seanmars closed 5 years ago
@seanmars
The resource files are necessary for the file system controls. I do not like to make different builds with and without localization support. It will be confusing and the next issue asks why the user interface is not in German like the demo app.
The .csproj file lists resources and build actions for them. It is a XML file so you can open it with any text editor. You may conditionally include or exclude the files from the build, if a specified symbol is set inside the build configuration. Please look for tutorials on conditional builds.
Yes. It's too many unnecessary Folders. Just Include this in your CSProj File.
<PropertyGroup>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
</PropertyGroup>
Why always generate the
uz-Latn-UZ
andde
dll? How to disable that?