Hi All,
I'd like to clarify LCIDs of the supported languages of WixUIExtension.

Table of LCIDs from MSDN 
(http://msdn.microsoft.com/en-us/library/0h88fahh(v=vs.85).aspx):

--------------------------------------------------------------------
Locale description  Short string  Hexadecimal value  Decimal value
--------------------------------------------------------------------
...                           ...           ...                ...
Chinese - China               zh-cn         0x0804             2052
...                           ...           ...                ...
Korean                        ko            0x0412             1042
...                           ...           ...                ...
Portuguese - Brazil           pt-br         0x0416             1046
...                           ...           ...                ...
Spanish - Spain (Modern)      es-es         0x0C0A             3082

Spanish - Spain (Traditional)               0x040A             1034
--------------------------------------------------------------------

What are the LCIDs of the supported languages in WixUIExtension?

--------------------------------------------------------------------
Language            Location  Culture code  WXL file         LCID
--------------------------------------------------------------------
...                 ...       ...           ...              ...
Korean              Korea     ko-KR         WixUI_ko-KR.wxl  (1042)?
...                 ...       ...           ...              ...
Portuguese          Brazil    pt-BR         WixUI_pt-BR.wxl  (1046)?
...                 ...       ...           ...              ...
Simplified Chinese  China     zh-CN         WixUI_zh-CN.wxl  (2052)?
...                 ...       ...           ...              ...
Spanish             Spain     es-ES         WixUI_es-ES.wxl  (3082)?
--------------------------------------------------------------------

Thanks,
Maksim.

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to