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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Multiple Language

Multiple Language

Scheduled Pinned Locked Moved C#
data-structuresquestion
6 Posts 5 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
    Adrian Soon
    wrote on last edited by
    #1

    Hi All, Is there any other way to make my application multiple language? Currently I'm creating a class to handle all the diff language in an array and calling them upon diff timing.

    Z A U 3 Replies Last reply
    0
    • A Adrian Soon

      Hi All, Is there any other way to make my application multiple language? Currently I'm creating a class to handle all the diff language in an array and calling them upon diff timing.

      Z Offline
      Z Offline
      zimbo0101
      wrote on last edited by
      #2

      click HERE it uses the localization class built-in in VS. whereby it creates a single XML file for each single language.

      1 Reply Last reply
      0
      • A Adrian Soon

        Hi All, Is there any other way to make my application multiple language? Currently I'm creating a class to handle all the diff language in an array and calling them upon diff timing.

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

        an application can be made multilanguage provided you use a flexible framework such as the .net framework ,it alllows developers to create multilanguage classes within the same application ,for more one needs to know more about the .net framework and its properties .:) ankitbhadana

        1 Reply Last reply
        0
        • A Adrian Soon

          Hi All, Is there any other way to make my application multiple language? Currently I'm creating a class to handle all the diff language in an array and calling them upon diff timing.

          U Offline
          U Offline
          Urs Enzler
          wrote on last edited by
          #4

          I suggest you read the topics about globalisation and localisation in the MSDN http://msdn2.microsoft.com

          -^-^-^-^-^- no risk no funk ................... please vote ------>

          R 1 Reply Last reply
          0
          • U Urs Enzler

            I suggest you read the topics about globalisation and localisation in the MSDN http://msdn2.microsoft.com

            -^-^-^-^-^- no risk no funk ................... please vote ------>

            R Offline
            R Offline
            Rudolf Jan
            wrote on last edited by
            #5

            You can do it to a certain point. On code project there is a tool to translate resources, which works nice. Support from .NET is not really an improvement above the resource dll's you couldmake with MFC. If you'r really seriuos, there is a book about Internationalization focussing on .NET (look at Amazon for it). My recent experience is that it takes a lot of specific knowledge and it takes much time to make real multiligual applications. I.m Dutch and I love my laguage but I don't think I really want to invest so much time in this. An important thing is that you must include it from day 1 into yor design. Adding multi langauge support later on is very difficult and tedious to do.

            Rudolf Heijink

            U 1 Reply Last reply
            0
            • R Rudolf Jan

              You can do it to a certain point. On code project there is a tool to translate resources, which works nice. Support from .NET is not really an improvement above the resource dll's you couldmake with MFC. If you'r really seriuos, there is a book about Internationalization focussing on .NET (look at Amazon for it). My recent experience is that it takes a lot of specific knowledge and it takes much time to make real multiligual applications. I.m Dutch and I love my laguage but I don't think I really want to invest so much time in this. An important thing is that you must include it from day 1 into yor design. Adding multi langauge support later on is very difficult and tedious to do.

              Rudolf Heijink

              U Offline
              U Offline
              Urs Enzler
              wrote on last edited by
              #6

              Rudolf Jan Heijink wrote:

              An important thing is that you must include it from day 1 into yor design. Adding multi langauge support later on is very difficult and tedious to do.

              I agree 100% with that. Here in Switerland with our 4 official languages, localization is always needed ;)

              Rudolf Jan Heijink wrote:

              Support from .NET is not really an improvement above the resource dll's you couldmake with MFC

              I think the .NET framework offers enough: - local Resources - global Resources But of course you have to program some helpers specific to your project.

              -^-^-^-^-^- no risk no funk ................... please vote ------>

              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