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. multilingual applications

multilingual applications

Scheduled Pinned Locked Moved C#
csharpvisual-studiohelptutoriallearning
4 Posts 3 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.
  • A Offline
    A Offline
    abyclassic
    wrote on last edited by
    #1

    Dear all, i have developed a multilingual application using C#.NET in VS.NET 2003. Here i am using the resource files to get the required data based on the selected Culture. The display details are perfect for labels, buttons, richtext boxes etc... But, in the text boxes, messages boxes, Display name of the form & menu names only squares are displayed for some special characters based on the selected culture. Did anyone face the same problem. Kindly guide me to achieve the same so that i can display the details based on the selected languages/cultures in all the controls Best regards, Abhilash

    A 1 Reply Last reply
    0
    • A abyclassic

      Dear all, i have developed a multilingual application using C#.NET in VS.NET 2003. Here i am using the resource files to get the required data based on the selected Culture. The display details are perfect for labels, buttons, richtext boxes etc... But, in the text boxes, messages boxes, Display name of the form & menu names only squares are displayed for some special characters based on the selected culture. Did anyone face the same problem. Kindly guide me to achieve the same so that i can display the details based on the selected languages/cultures in all the controls Best regards, Abhilash

      A Offline
      A Offline
      aamironline
      wrote on last edited by
      #2

      Probably font of textbox and messagebox dont support unicode.:doh: Have you checked that out?

      M Aamir Maniar aamirOnline.com

      A 1 Reply Last reply
      0
      • A aamironline

        Probably font of textbox and messagebox dont support unicode.:doh: Have you checked that out?

        M Aamir Maniar aamirOnline.com

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

        thanks for ur suggestion.. but how to check it? & is it possible to make textbox, messagebox & menu items to support unicode? a per my observation, they are acting as notepad. not supporting rich text. i copied the same special chaacters in txt & rtf files. In rtf file, the characters are displayed pefectly. But, in txt file, they are displayed as squares, same as in textbox, messagebox & menu items.

        L 1 Reply Last reply
        0
        • A abyclassic

          thanks for ur suggestion.. but how to check it? & is it possible to make textbox, messagebox & menu items to support unicode? a per my observation, they are acting as notepad. not supporting rich text. i copied the same special chaacters in txt & rtf files. In rtf file, the characters are displayed pefectly. But, in txt file, they are displayed as squares, same as in textbox, messagebox & menu items.

          L Offline
          L Offline
          lmoelleb
          wrote on last edited by
          #4

          Cope the text into Notepad - find a font that does display them. Obviously I assume you HAVE installed asian/script font support - and rebootet the system. People tend to skip the reboot because for exampel IE does not seem to need it - but WinFrom applications requires it. Once you have a font name, try setting that on your controls (it really should not be needed on the messagebox (nor is there an easy way to do it), unless someone has overridded the default font setup to a font without support.

          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