Peter

Results 28 comments of Peter

> I too am still running into this. Windows App SDK 1.2.230217.4 for Windows 10.0.19041.0 on .NET 6. > > ![image](https://user-images.githubusercontent.com/118454794/223488580-a572fbe4-299e-405e-8edb-4b6fe5479d7d.png) > > Fixed using the approach mentioned above. >...

@yaira2 It says: "Move failed", "Move of 2 items was not successful"

I can make it work by using a resource loader, but it doesn't update runtime and you have to restart the app :/ ![obrazek](https://github.com/AndrewKeepCoding/WinUI3Localizer/assets/53868994/00c9e89f-a7d3-4751-9f79-277c0a7d5b8c) ![obrazek](https://github.com/AndrewKeepCoding/WinUI3Localizer/assets/53868994/678de2ae-056f-419b-a7cb-48656b2d661b) Would it be possible to...

Thank you for your help, but it always returns "null" :/ I have only replaced the `resourceLoader.GetString(Name);` for your method. ![obrazek](https://github.com/AndrewKeepCoding/WinUI3Localizer/assets/53868994/bd7757e6-1004-4d61-bdde-b8afcd0a6519)

I found the issue. It did not copy new string resource files. This should be `InstalledWidgets` not `MainWindow_InstalledWidgets.Content` ![obrazek](https://github.com/AndrewKeepCoding/WinUI3Localizer/assets/53868994/e1e0c706-94cb-4768-911e-617aae87bbcf)

This condition is not that good for prototyping, because it doesn't copy your resource files. I wasn't paying attention to that code when I was trying your plugin, but now...

Btw. Is there any way that you could make it so that I can specify which property should receive my translated string? Something like this: `` I'm asking you because...

The first one would be easier to understand, but the second one is shorter and faster to write. My opinion is that it's better to go with the 2nd option....