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. pls help me with Globalization

pls help me with Globalization

Scheduled Pinned Locked Moved C#
help
2 Posts 2 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.
  • L Offline
    L Offline
    lijukv
    wrote on last edited by
    #1

    Converting a string displayed in one language to other language ----------------------------------------------------------------- Whatever string which I provide in one language should be converted and displayed in other language which I specify. I am aware of System.globalization and System.Resources and the classes CultureInfo[CurrentCulture and CurrentUIculture] and ResourceManager. I was able to display the dateformats etc as per the change in culture, but I couldn't convert a string in one language to another. In net also I couldn't find any application which do the convertion of string. I would like to have the source code for current requirement which I have mentioned. If you can do this thing without using satellite assemblies then it would have been helpful.

    S 1 Reply Last reply
    0
    • L lijukv

      Converting a string displayed in one language to other language ----------------------------------------------------------------- Whatever string which I provide in one language should be converted and displayed in other language which I specify. I am aware of System.globalization and System.Resources and the classes CultureInfo[CurrentCulture and CurrentUIculture] and ResourceManager. I was able to display the dateformats etc as per the change in culture, but I couldn't convert a string in one language to another. In net also I couldn't find any application which do the convertion of string. I would like to have the source code for current requirement which I have mentioned. If you can do this thing without using satellite assemblies then it would have been helpful.

      S Offline
      S Offline
      Skynyrd
      wrote on last edited by
      #2

      er? are u saying that NET will interpret ur string in language A to a string in language B? There is no such class that can do that, and as a matter of fact there is probably no commercial software that can actually do that without numerous errors. What u can do is localize ur application in as many languages as u want, but you will have to specify all the strings in the different languages yourself, and the app will display the correct language based on the current culture info the app is running in. Check out info about Localizing in MSDSN: Localizing Applications[^]

      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