Does WiX not have the concept of generic cultures?
EDIT: specifically, is it possible to provide strings for a language separate from a country. I’d like to translate for French, German, etc. and not specify France, Canada, Germany, etc.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
While WiX does specify specific locale and region, it isn’t a problem if you’re going to use the same translations anyway. Basically there’s no problem specifying and using
fr-FR/pt-PTinstead offr-CA/pt-BRFor example, you probably use
en-USby default but don’t have any problems if your customers have their systems configured to useen-GBoren-AUlocales do you?