Andrew KeepCoding

Results 47 comments of Andrew KeepCoding

Hi @Lawls91! I'm sorry for the late response. I must have missed this notification. I tried to reproduce the issue but as you can see, the strings are loaded as...

It works. Can you add a logger from the builder? Or add the following in the `HomePage` so we can see inside the localizer? ```xaml ``` ```cs public HomePage() {...

In a couple of days, I'll have access to a pc for testing. The thing is that I just can't run files on the laptop I use for work. 😅

@Lawls91 I finally managed to reproduce the issue. Even though the localizer has the resources loaded as expected, it’s failing to get the properties from the controls. It seems that...

I tried it but still didn't work...😵

@Lawls91 Can you try trimming with the WinUI3Localizer sample app? It seems to be working.

Hi @Lawls91 ! The WinUI3Localizer definitely has issues with trimming.

Hi! This is a feature that will be implemented in the future, but unfortunately, it's not supported yet.

This feature is available on v3-alpha. Feeback is appreciated.

Hi @Pietro228 ! You can get a localized string using the `GetLocalizedString` method: ```cs string localizedText = WinUI3Localizer.Localizer.Get().GetLocalizedString("SomeUid"); ``` and if you need to update the text when the selected...