Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. How to display Hindi text in application

How to display Hindi text in application

Scheduled Pinned Locked Moved C#
tutorial
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    gr8tushar
    wrote on last edited by
    #1

    Hii i would like to know how to display Hindi or Chinese messages in my application. i would also like to know how to display Menu items in some other language.

    M H 2 Replies Last reply
    0
    • G gr8tushar

      Hii i would like to know how to display Hindi or Chinese messages in my application. i would also like to know how to display Menu items in some other language.

      M Offline
      M Offline
      Mazdak
      wrote on last edited by
      #2

      You must install characters in your development andd end user machine. Mazy You're face to face, With the man who sold the world - David Bowie

      A 1 Reply Last reply
      0
      • M Mazdak

        You must install characters in your development andd end user machine. Mazy You're face to face, With the man who sold the world - David Bowie

        A Offline
        A Offline
        Anonymous
        wrote on last edited by
        #3

        Can u pls give me an example. i mean when i write the code in the coding window it's always in english.

        M 1 Reply Last reply
        0
        • A Anonymous

          Can u pls give me an example. i mean when i write the code in the coding window it's always in english.

          M Offline
          M Offline
          Mazdak
          wrote on last edited by
          #4

          Anonymous wrote: Can u pls give me an example. i mean when i write the code in the coding window it's always in english. Have you install those language i your machine? If yes, then simply choose the language from taskbar when you are in coding window. How do you type them in MS Word? And after that you have to SAVE AS it as Unicode Encoding, UTF-8 . Mazy You're face to face, With the man who sold the world - David Bowie

          1 Reply Last reply
          0
          • G gr8tushar

            Hii i would like to know how to display Hindi or Chinese messages in my application. i would also like to know how to display Menu items in some other language.

            H Offline
            H Offline
            Heath Stewart
            wrote on last edited by
            #5

            First, as Mazdak said, you have to have the fonts (not characters) installed on your system. Many of the OpenType fonts like Arial, Verdana, and Times already have the full Unicode character set supported (at least at the time of their release). You can further write your applications in your native language (known as the neutral language - the resources that are compiled into your primary assembly) and have other languages - not just text but layouts and other settings as well - in satellite assemblies. In you look in the .NET Framework SDK documentation, there's an entire section didicated to localizing applications, including some examples (though most of this can be done in the VS.NET designer if you like that sort of thing - just see the Localized and Language properties of the Form that's open in the designer). See Developing World-ready Applications[^] in the .NET Framework SDK for more information, especially the section, Resources in Applications[^].

            Microsoft MVP, Visual C# My Articles

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups