uwplocalizationwindows-10-iot-core

How to update installed UWP .appxbundle with .appx


I have developed an UWP app for windows iot core generated with bundle (always)

But now I'd like to add Romanian language and I read in this article

https://learn.microsoft.com/en-us/answers/questions/401/localization-issues-when-using-app-bundle-in-uwp.html

because app doesn't work.

So I create a new version without bundle (never), but if I try to update by PackageManager I get an error and if I try by Windows Device Portal I get the same error.

Is there a way to update a bundle app with "unbundle" app?


Solution

  • No, unfortunatelly, there is no such option. If you mean issues related to changing PrimaryLanguageOverride, now users will have access only to installed languages.

    Good news is that users using Romanian version of Windows, or thoose who installed this language as an additional option will be ok when you'll add it to the app. All other machines will fallback to default language (en-US).