Seems the attachment is not shown. I put the key part of my projects as below:

In Product.wxs, it uses the localized string like this:

    ....
    <UI>
      <Dialog Id="InstallDlg" Width="370" Height="270" Title="[ProductName] 
[Setup]" NoMinimize="yes" RightToLeft="yes" >
        <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" 
Transparent="yes" NoPrefix="yes">
          <Text>!(loc.Title)</Text>
        </Control>
    ....


Then the ar-ar.wxl is like this:

<?xml version="1.0" encoding="utf-8"?>
<WixLocalization Culture="ar-ar" Codepage="1256" 
xmlns="http://schemas.microsoft.com/wix/2006/localization";>
        <String Id="Title">~٠عالبل   اغفييببب</String>
</WixLocalization>

Thanks,
Fan

-----Original Message-----
From: Fan Zhang (UPG) [mailto:fanz...@microsoft.com] 
Sent: Monday, February 08, 2010 11:31 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] How to display right-to-left language like Arabic?

Hi,



I want the installer to display right to left languages like Arabic. I created 
a simple wix project with Wix 3.0.5419.0 RTM version and tried three different 
languages: en-us, hu-hu and ar-ar. Both en-us and hu-hu worked as expected. But 
when I ran command as below for ar-ar,



light.exe -ext WixUIExtension -cultures:ar-ar -loc ar-ar.wxl -out Product.msi 
Product.wixobj



I got an error message:



Error 1     A string was provided with characters that are not available in the 
specified database code page '1256'. Either change these characters to ones 
that exist in the database's code page, or update the database's code page by 
modifying one of the following attributes: Product/@Codepage, Module/@Codepage, 
Patch/@Codepage, PatchCreation/@Codepage, or WixLocalization/@Codepage.    
D:\Projects\WixProject1\WixProject1\Product.wxs 64    1      WixProject1



I think ar-ar is one of the supported languages according to page 
http://www.tramontana.co.hu/wix/loc/index.php. Can you please help looking at 
where it goes wrong?



Thanks,
Fan
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to