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. Localisation of c# Windows Application

Localisation of c# Windows Application

Scheduled Pinned Locked Moved C#
csharphelp
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.
  • V Offline
    V Offline
    VijayaRam
    wrote on last edited by
    #1

    :confused:Hai Guys, I have problem in localizing my application to some other language such as japanese, chinese,etc. Your Ideas about implementing localisation in c# windows application is welcomed and appreciated.

    VijayaRam

    B K 2 Replies Last reply
    0
    • V VijayaRam

      :confused:Hai Guys, I have problem in localizing my application to some other language such as japanese, chinese,etc. Your Ideas about implementing localisation in c# windows application is welcomed and appreciated.

      VijayaRam

      B Offline
      B Offline
      Bhupi Bhai
      wrote on last edited by
      #2

      Please share your problem. Regards, Bhupi Bhai.

      1 Reply Last reply
      0
      • V VijayaRam

        :confused:Hai Guys, I have problem in localizing my application to some other language such as japanese, chinese,etc. Your Ideas about implementing localisation in c# windows application is welcomed and appreciated.

        VijayaRam

        K Offline
        K Offline
        Kodanda Pani
        wrote on last edited by
        #3

        Hi, To implement the localization we need to do 1) Create .resx file for each language. 2) Generate .resource file from the .resx file using resgen tool. 3) Create the ResourceManger in your application. 4) The .resx files store the language strings as key value. So read the language string using the Getstring method of ResourceManager passig key value as input parameter. Guess this will help you. Pani

        V 1 Reply Last reply
        0
        • K Kodanda Pani

          Hi, To implement the localization we need to do 1) Create .resx file for each language. 2) Generate .resource file from the .resx file using resgen tool. 3) Create the ResourceManger in your application. 4) The .resx files store the language strings as key value. So read the language string using the Getstring method of ResourceManager passig key value as input parameter. Guess this will help you. Pani

          V Offline
          V Offline
          VijayaRam
          wrote on last edited by
          #4

          Thanks for your idea, But can you ellborate your points in details for clear understanding. if possible can you provide Sample codes, it will be useful. Thanks & Regards,

          VijayaRam

          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