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. Resource Globalization

Resource Globalization

Scheduled Pinned Locked Moved C#
questiontutoriallearning
2 Posts 2 Posters 1 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.
  • C Offline
    C Offline
    codes w
    wrote on last edited by
    #1

    Hello all, Tell me, what is Resource Gloablization? and how is it work? Give me example to it.

    A 1 Reply Last reply
    0
    • C codes w

      Hello all, Tell me, what is Resource Gloablization? and how is it work? Give me example to it.

      A Offline
      A Offline
      Alex Korchemniy
      wrote on last edited by
      #2

      Globalization refers to making your application usable in other languages. You can start by setting the Localizable property of your Form to true, and selecting a value for Language. Behind the scenes VS.NET create resource files for each language. These resource files have all the values that you set for the language. The culture-specific resource files are commonly packaged in satellite assemblies for each culture. For more information see: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemresourcesresourcemanagerclasstopic.asp[^] and http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemresourcesresourcemanagerclassgetstringtopic.asp[^]. This might be helpful: http://www.codeproject.com/dotnet/Localization.asp[^] This posting is provided "AS IS" with no warranties, and confers no rights. Alex Korchemniy

      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