You must Sign In to post a response.
  • Category: .NET

    Getting tamil language in text box window application

    Hi Every one,

    i need to insert tamil language in to sql database by getting input in textbox C# window application.

    i have changed the textbox font to baamini and while typing on textbox it is showing in tamil. but on code behind it is in english key only. so it is storing in english words

    Can anybody help me to change the font of the text box get insert as tamil language
  • #769313
    Have you changed the sql column to nvarchar?

  • #769321
    Convert your SQL Column data type to nvarchar and then try inserting Tamil text using Unicode tools like Google Input tools which save the text as entered in DB. But using traditional font setting, actual keyword buttons are saved in database.
    -------------
    Glad to be,
    John Bhatt
    Editor - DNS Forums
    https://www.pyarb.com


  • Sign In to post your comments