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. localization and Globalization but in other way

localization and Globalization but in other way

Scheduled Pinned Locked Moved C#
6 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.
  • R Offline
    R Offline
    rahuladya
    wrote on last edited by
    #1

    localization and Globalization translates a word or sentence in a predefined word or sentence but what should i do if i want to create text according to the pronunciation of the sentence or the word in any other language. like "How are you" is equivalent to "comment soyez vous" in French (France), and is equivalent "aap kaise hain" to in Hindi (India). it can be done with localization and Globalization but what if i want how are you to be write down in French (France) according to pronunciation and the entered text is not predefined or static it will be passed by user at runtime.

    L 1 Reply Last reply
    0
    • R rahuladya

      localization and Globalization translates a word or sentence in a predefined word or sentence but what should i do if i want to create text according to the pronunciation of the sentence or the word in any other language. like "How are you" is equivalent to "comment soyez vous" in French (France), and is equivalent "aap kaise hain" to in Hindi (India). it can be done with localization and Globalization but what if i want how are you to be write down in French (France) according to pronunciation and the entered text is not predefined or static it will be passed by user at runtime.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      This is called translation and a pain in the *** even for advanced services like Babelfish[^]. Basically you have to examine all words, put them into a context, find a matching idiom and lots of other stuff to produce a good (in most cases yet still not perfect) translation. regards

      R 1 Reply Last reply
      0
      • L Lost User

        This is called translation and a pain in the *** even for advanced services like Babelfish[^]. Basically you have to examine all words, put them into a context, find a matching idiom and lots of other stuff to produce a good (in most cases yet still not perfect) translation. regards

        R Offline
        R Offline
        rahuladya
        wrote on last edited by
        #3

        Thanx Greeeg for ur reply but is'nt that the longest way to achieve the target,,,,plz suggest some short way. regards rahul adya

        L P 2 Replies Last reply
        0
        • R rahuladya

          Thanx Greeeg for ur reply but is'nt that the longest way to achieve the target,,,,plz suggest some short way. regards rahul adya

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          You can of course translate word by word, but this will produce horrible results. For good translations you need to take the context into consideration the words are in. Also idioms have different meanings in other languages so translating them word by word will also not produce good results. regards

          1 Reply Last reply
          0
          • R rahuladya

            Thanx Greeeg for ur reply but is'nt that the longest way to achieve the target,,,,plz suggest some short way. regards rahul adya

            P Offline
            P Offline
            Pete OHanlon
            wrote on last edited by
            #5

            There is no short way to solve this issue. This isn't an easy or quick task to solve, so you shouldn't look for quick fixes.

            Deja View - the feeling that you've seen this post before.

            My blog | My articles

            R 1 Reply Last reply
            0
            • P Pete OHanlon

              There is no short way to solve this issue. This isn't an easy or quick task to solve, so you shouldn't look for quick fixes.

              Deja View - the feeling that you've seen this post before.

              My blog | My articles

              R Offline
              R Offline
              rahuladya
              wrote on last edited by
              #6

              ok,,,,,yes i think so thanx for ur replies

              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