My app for Android and UWP shows the dutch (nl) or english (en) language.
For Android no problems, for UWP it worked initially OK during some months, but recently I got 3 errors:
PRI175: 0x80070057 - Processing Resources failed with error: De parameter is onjuist. GENERATEPROJECTPRIFILE
PRI222: 0xdef00003 - Unspecified error occurred. GENERATEPROJECTPRIFILE
PRI175: 0x80070057 - xxx.Resx.AppResources/will be restored/ failed with error: De parameter is onjuist. GENERATEPROJECTPRIFILE
To resolve I removed all rows from Resources.nl.resx and started the app. This was OK. Then I added all rows to Resources.nl.resx and I could run the app succesfully.
Changing to release mode or back to debug mode gave the errors again.
Whats wrong with UWP?