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. Web Development
  3. ASP.NET
  4. Multilingual application

Multilingual application

Scheduled Pinned Locked Moved ASP.NET
question
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.
  • B Offline
    B Offline
    bhattiprolu
    wrote on last edited by
    #1

    Hi all, i am developing one web site! in my web page i have one dropdown list for Select language. how can i change the language for whole content of the pages! can any body suggest me!

    C U 2 Replies Last reply
    0
    • B bhattiprolu

      Hi all, i am developing one web site! in my web page i have one dropdown list for Select language. how can i change the language for whole content of the pages! can any body suggest me!

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Get all strings from a resource file, and change the file you use, based on the language settng.

      Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

      B 1 Reply Last reply
      0
      • C Christian Graus

        Get all strings from a resource file, and change the file you use, based on the language settng.

        Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

        B Offline
        B Offline
        bhattiprolu
        wrote on last edited by
        #3

        can u explain me lilbit detail!

        1 Reply Last reply
        0
        • B bhattiprolu

          Hi all, i am developing one web site! in my web page i have one dropdown list for Select language. how can i change the language for whole content of the pages! can any body suggest me!

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

          Have a look here. This gives you a starting point to look into globalization and localization of a asp.net web application. The main aspects are: - all language specific things are stored in resources - the framework chooses automatically the resources that match the current culture settings (Thread.CurrentUICulture and Thread.CurrentCulture) - all elements in your aspx definition link to an item in a resource file

          -^-^-^-^-^- 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