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. multi-language using globaluzation and localization

multi-language using globaluzation and localization

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdatabasedesignbusiness
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
    Amit Spadez
    wrote on last edited by
    #1

    Hi All How i develop multi language website in asp.net for this what steps i need if i already have sqlserver db,design template, requirements stuff and application flow

    B A 2 Replies Last reply
    0
    • A Amit Spadez

      Hi All How i develop multi language website in asp.net for this what steps i need if i already have sqlserver db,design template, requirements stuff and application flow

      B Offline
      B Offline
      Brij
      wrote on last edited by
      #2

      Have a look to the following links Link 1 Link 2

      Cheers!! Brij

      1 Reply Last reply
      0
      • A Amit Spadez

        Hi All How i develop multi language website in asp.net for this what steps i need if i already have sqlserver db,design template, requirements stuff and application flow

        A Offline
        A Offline
        Amit M patel
        wrote on last edited by
        #3

        Hi For Developing Multi-Language site you can achieve this by .net Satelite Assebly concept(globaluzation and localization). For that you need to create seperate resource file for your required language along with all relavant text in respective languages. After then in application all caption, messages and instructins just use relavant key of resorce file so that application pick actual value from relavant resource file with respective lanaguge. With this way it will directly map resource file with client's browser's Language or you can set with client's selection (given dropdown ) and set resource in any of the base pages which you can derieved from all pages and get its value in every page of the application. For how to create Resource file and how to use it please refer below Mircosoft articale. http://msdn.microsoft.com/en-us/library/ms228208.aspx[^]

        With Regards, Amit Patel 91-9328488961 India

        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