UWP AppInstaller: How to switch index.htm display language for UWP side-load appinstaller
Published Aug 08 2019 03:10 AM 4,638 Views
Microsoft

 

When deploy UWP package as side-load and choose auto update, for Win 10 18H1, VS 2017 (15.7) /2019 will auto generate appinstaller file and one index.html. This index.html is convenient for Enterprise Users to install and update UWP apps easily.

 

1.png

Sometimes we want to switch Index.html language, it is decided by the VS location setting, and its language pack. Here is the operation method. In this scenario, I will use VS 2019 and switch it from Chinese to English in Index.html:

 

  1. Modify Visual Studio Installer to install the language pack: (Open Visual Studio Installer, select More, Modify, and then click the Language tab), select preferred languages, and then click the bottom right button to confirm:
 
 
  1. In VS, click Tools -> Options, set Language in VS International Settings:

Switch to English:

 

3.png

 

Here is the English UI:

 

4.png

 

  1. Restart VS. It becomes English UI now.

Regenerate the Side-Load Package (right click Project -> Store -> Create App Packages):

 

6.png

 

Select Sideloading and Enable Auto update:

 

7.png

Follow the wizard and create package. For Installer location, you can use local, share, or https:// location, which will be set in the app installer finally:

 

8.png

Now we have the English version:

 

9.png10.png

 

 

Thanks!

 

Version history
Last update:
‎Aug 19 2019 12:24 AM
Updated by: