Replies: 1 comment 1 reply
-
It works the same as for any WPF project- set |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have created a custom Burn bootstrapper based on a C# Class Library using Visual Studio and it is working correctly.
This is basically the example from Chapter 16 in the book 'WiX 3.6: A Developer's Guide to Windows Installer XML'.
I would now like to make the bootstrapper multi-lingual, where when run, the UI will automatically change to a supported language or if no supported language is found it will default to en-US.
There is also a requirement for the user to be able to change the installation language via a ComboBox at the start of the installation.
I have a tried adding Resource Dictionaries and setting them in the XAML.cs code but without success.
Does anyone have any examples or information on how this can be achieved?
Notes:
Regards,
Beta Was this translation helpful? Give feedback.
All reactions