Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 19,108 times

Contents

Related Categories

Multilingual Support in C# - Introduction

Introduction

The computer is now in use in almost all parts of the world so much work is in progress to give support to languages other than English. Many major languages of the world like Arabic, Hindi and Chinese are not written in Roman Script, so special features are provided for dealing with these languages. This article will tell how to implement multilingual application using C#. Our Example Script will be Arabic. But it can be generalized to any major language of the world.

I am 22 male. BS(Computer Science), MCSE, Brainbench certifed. Member of .NET Open source, Mono Project. E-author on various websites, including www.dotnetextreme.com, www.csharphelp.com and so on. Currently working as a asst. network engineer, and as a freelance programmer, programming in Microsoft.NET platform. Love to use linux box with my NT-Machine.

Comments

  • Unicode

    Posted by Saad on 29 Jun 2002

    I think the reason is that the string stored in the database is not in unicode, whereas chinese or Urdu or any such language needs unicode or some Font for rendering. If it shows ??? it means that the...

  • question

    Posted by hillxie on 15 Feb 2002

    I can show up chinese by asp.net, but after I insert the Chinese into English SQL server using c#, it shows up ??? in the database, any idea?