I18N support for OWC

P

patsu

Hi folks,



I have developed a simple reporting system using OWC. The problem is I
can't get the tables to show a Chinese language cell (column header).



I have tried the following methods:



* Send the table data in MS's rowset schema format to the Data Source
control (everything is in English except for 1 column title, which is
in Chinese).



e.g.,

<?xml version="1.0" encoding="gb2312"?>

<xml xmlns:s='uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882'

xmlns:dt='uuid:C2F41010-65B3-11d1-A29F-00AA00C14882'

xmlns:rs='urn:schemas-microsoft-com:rowset'

xmlns:z='#RowsetSchema'>

...

<s:AttributeType name="col4" rs:number="5" rs:nullable="true"

rs:writeunknown="true" rs:name="ÄãºÃÂð">

<s:datatype dt:type="float" dt:maxLength="12" dt:precision="15"

rs:fixedlength="true"/>

...



Setup an OWC table to display the Data Source rows. While I can get the
table to show up, the Chinese language cell did not display correctly.



Is there an OWC property/attribute I need to set ? I'm using OWC9.

Any help will be appreciated.



Regards,

Jin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top