Hi All..
I am ferdous from Bangladesh.I want to make a spell checker application for Bangali language.Alread y i have made a rich text box by using C# language.I can write only english language on it.But when i try to write bangla by using bangla keyboard then my program does not work.Now i am trying to use unicode for bangla that means range(u0980-uo9FF) but i cant.I want to replace input char to bangla unicode char.suppose when i am pressing char 'j' from my keyboard then unicode char 'ক' will be visible on the textbox instead of char 'j'.I have tried lots of time but could not do this.I dont know what actions are needed to do this.
so,my request to all,if u know this approach then please help me.
ferdous
I am ferdous from Bangladesh.I want to make a spell checker application for Bangali language.Alread y i have made a rich text box by using C# language.I can write only english language on it.But when i try to write bangla by using bangla keyboard then my program does not work.Now i am trying to use unicode for bangla that means range(u0980-uo9FF) but i cant.I want to replace input char to bangla unicode char.suppose when i am pressing char 'j' from my keyboard then unicode char 'ক' will be visible on the textbox instead of char 'j'.I have tried lots of time but could not do this.I dont know what actions are needed to do this.
so,my request to all,if u know this approach then please help me.
ferdous
Comment