Does wix / Heatwave support Indonesian installer? #7701
-
TriageIssues are triaged at online meetings, generally held alternate Tuesdays at 9:30 a.m. Pacific time (UTC-7/UTC-8). Meeting requests are posted in Discussions. Discussions and supportNote that discussions are best held in Discussions. Please do not open issues requesting support or debugging help; first start a thread in Discussions and open an issue if the discussion suggests a bug in the WiX Toolset or that a feature request is appropriate. InstructionsRead the sections above. Delete the Triage, Discussions and support, and Instructions sections and fill out the rest. BugsIf this issue is a bug:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
WiX doesn't use issues for support. We moved this issue to the GitHub discussions area. You might also consider asking your question on Stack Overflow. |
Beta Was this translation helpful? Give feedback.
-
Depends on your definition of "support". MSI's You'll probably want to use the LCID of See https://wixtoolset.org/docs/tools/codepage/ for more information. |
Beta Was this translation helpful? Give feedback.
Depends on your definition of "support". MSI's
SummaryInformation
does not support unicode, so you will need to use a non-unicode codepage supported by computers with thebahasa Indonesia
language pack installed that covers all of the characters that you might place into the fields that are included in any summary info fields. You can useutf-8
for all other codepages, ensuring support for any character the computer is capable of displaying. The rest of "wix/heatwave" use unicode everywhere.You'll probably want to use the LCID of
1057
if I'm not mistaken for theLanguage
value (not33
) andid-ID
for theCulture
value.See https://wixtoolset.org/docs/tools/codepage/ for more information.