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. Multi Language Windows base Software

Multi Language Windows base Software

Scheduled Pinned Locked Moved C#
csharpvisual-studioquestion
3 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
    Abubakarsb
    wrote on last edited by
    #1

    Good Morning, I developed a web base project with different languages in c#. I used "Resources" to save different language variable. I am just wondering that can I use same technique in a desktop base application. I need it because I am going to develop a desktop base software in Visual Studio 2005. This software is a multi language software. User should have facility to choose desire language then whole software should change to that selected language. Any Suggesstion or comments? Regards, Abubakar

    H L 2 Replies Last reply
    0
    • A Abubakarsb

      Good Morning, I developed a web base project with different languages in c#. I used "Resources" to save different language variable. I am just wondering that can I use same technique in a desktop base application. I need it because I am going to develop a desktop base software in Visual Studio 2005. This software is a multi language software. User should have facility to choose desire language then whole software should change to that selected language. Any Suggesstion or comments? Regards, Abubakar

      H Offline
      H Offline
      Hessam Jalali
      wrote on last edited by
      #2

      As I know You can do that , in VS2005 you can even declare a variable with name in other languages like Farsi or Arabic not just the value! and it works fine. //Auto Generated code with Resources /// /// Looks up a localized string similar to سلام به مردمان نیک کد پروژه. /// internal static string متغیرسلام { get { return ResourceManager.GetString("متغیرسلام", resourceCulture); } private void button4_Click(object sender, EventArgs e) { MessageBox.Show(Properties.Resources.متغیرسلام ); } just as a tip the persian phrase means "Greetings Good People at CodeProject" good luck :)

      1 Reply Last reply
      0
      • A Abubakarsb

        Good Morning, I developed a web base project with different languages in c#. I used "Resources" to save different language variable. I am just wondering that can I use same technique in a desktop base application. I need it because I am going to develop a desktop base software in Visual Studio 2005. This software is a multi language software. User should have facility to choose desire language then whole software should change to that selected language. Any Suggesstion or comments? Regards, Abubakar

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

        WinForm supports resources (and the support is better integrated in VS than what you find for ASP.NET - basically it's good enough for hobby translated programs). If you translate professionelly do NOT use VS to manage the translations, let the professionel translation tools do what they do best. As a basic rule, the user has already selected the language (the language of the Windows userinterface), so while it might appear a great idea to allow the user to select language, there really is no need. As it's not that easily done either, I would not bother if I was you.

        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