Hui Chen
Hui Chen
The ILLinkTasksAssembly error is a VS bug for VS 16.10 preview2 with .net 6. for the C++ exception, if you hit f5, you will see the nicer System.Runtime.InteropServices.COMException Rafael showed....
I don't know what's the default exception setting for winrt::hresult_error. But if you don't want to see that exception, the UI is made very easy to turn it off. Regarding...
hmm, this fell off the radar completely. @BarcodeResource do you still have this issue?
works for me. @MikeHillberg @DrusTheAxe, did you hear anything like this?
MRTCore determines the default language using Windows::Globalization::ApplicationLanguages::Languages (https://github.com/microsoft/WindowsAppSDK/blob/main/dev/MRTCore/mrt/Microsoft.Windows.ApplicationModel.Resources/src/ResourceContext.cpp#L106-L113)
Before PrimaryLanguageOverride is fixed, you may have to pass in a ResourceContext, and set its Language qualifier value to the desired value.
sorry, it will not be fixed for GA.
Windows.Globalization.ApplicationLanguages was designed for packaged app. Instead of inventing local settings for unpackaged app, it might be easier WinUI can take ResourceManager/ResourceContext from app. @evelynwu-msft ?