Mahdi Hosseini
Mahdi Hosseini
Can you give me a example repro project?
Fortunately, the style package will do this soon https://github.com/CommunityToolkit/Labs-Windows/discussions/581
1. for Changing Language in Packaged/UnPackaged, you should use **Microsoft::Globalization::ApplicationLanguages** (or mybe Microsoft.Windows.**) and not `Windows::Globalization::ApplicationLanguages` 2. You can receive a text in the desired language without changing the language....
Hi @ngoquoctoandev we did not use **Newtonsoft.Json** can you give me more details?
We use **nucs.JsonSettings** because of its ease of use and robustness for saving/retrieving application settings in our VSIX Project Template and not in our WinUICommunity libraries. and this is an...
Error related to webview2, so you need to update your visual studio and dotnet to latest version. This issue comes with wasdk v.1.6+
You should report it in https://github.com/microsoft/microsoft-ui-xaml repo
@DmitryBorodiy i want to try to create this control😁 you can track changes [here](https://github.com/ghost1372/DevWinUI). We have already implemented stepbar in [HandyControl](https://github.com/HandyOrg/HandyControl) 
Hi @DmitryBorodiy I added StepBar control in DevWinUI, you can now use it https://github.com/ghost1372/DevWinUI
Hi @ancleardream Sorry for too long answer, now it is fixed, and will be available soon.