Aviv
Aviv

Reputation: 11

Default Locale Used by MSI

Which flavor of Spanish locale is supported by default when building MSI installers? ES_MX? ES_AR? ES_LE?

Thanks!

Upvotes: 1

Views: 475

Answers (1)

Cosmin
Cosmin

Reputation: 21416

An MSI package uses the language you set, usually English. Some tools can also create multilingual installers which support multiple languages.

So MSI packages don't support Spanish by default unless you specifically configure them to use Spanish.

Upvotes: 1

Related Questions