Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > Multi lingual data in Datagrid
 

Multi lingual data in Datagrid

I have access database that contains messages in multiple langgages. When I open Access database table it showsforegin languageletters correctly. But when I display it in datagrid..all I can see is garbage charcters. How to fix this issue. .Net supports UTF16 . Dose datagrid supports unicode

kyus  Friday, March 17, 2006 12:32 AM

I have had this same problem and it seemed like there was no easy answer.  I solved it by adjusting the regional settings on my machine.

Control Panel - Regional and Language Options - Languages Tab

check the boxes to install files for complex script and east asian languages

Now my application correctly displays the characters that were correctly displayed in the Access database.  Of course the next step is packaging these files into your application so that others who install it won't have to go through the same step, and that's where I'm at now, still working on it.

-eric

eric788  Friday, May 19, 2006 2:38 PM

You can use google to search for other answers

Custom Search

More Threads

• Refresh datagridview then select row causes a lot of "flicker"
• Implementing ISerializable and IBindableComponent
• Gridview problem for edit option
• ntfs file storage
• Extending the functionality of the table classes generated by Visual Studio Dataset Designer
• Row validating event not firing in datagridview2005
• Is there a way to get the controls inside a template column with the IDesignerHost ?
• DataGridView errorIcon - how to change
• Dataset returned from Web Service has Dates Modified
• DataGrid With XML and DataSet. Framework 1 + VS 2003