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. Clarification

Clarification

Scheduled Pinned Locked Moved C#
csharphelpquestiondatabasevisual-studio
2 Posts 2 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.
  • J Offline
    J Offline
    Joe Rozario
    wrote on last edited by
    #1

    Dear friends i am having some clarification ..if some one can help me by explaining 1. What is the diffrence and relation ( Localization , Globalization,satellite assembly) i have read artical about globalization , as my understanding we need to create (Folder for Language and Resource File for each language placed insaide the folder) i understand that .net environment convets thar .resx files as Resource.dll my problem is i have text files for each language, that has key value pair and this files need to be convered resource.dll for globalization (note:my requirement is at any point of time User can go and edit the text file , by executing some command convet those files as resource.dll and these dll used for globalization) in .net 2005 there is some command like "D:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\ResGen.exe" "C:\Inetpub\wwwroot\SNIF3.0\SNIF3\Web\SNIF\sniffiles\Config\Query.txt" C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\al.exe /t:lib /embed:"C:\Inetpub\wwwroot\SNIF3.0\SNIF3\Web\SNIF\sniffiles\Config\Query.resources" /out:"C:\Inetpub\wwwroot\SNIF3.0\SNIF3\Web\SNIF\sniffiles\Config\ReflectionCase.resources.dll" /title:"Queries" How to do this in 3.5?? is this the correct way for my problem?? give me some idea? link? Thank you Joe

    L 1 Reply Last reply
    0
    • J Joe Rozario

      Dear friends i am having some clarification ..if some one can help me by explaining 1. What is the diffrence and relation ( Localization , Globalization,satellite assembly) i have read artical about globalization , as my understanding we need to create (Folder for Language and Resource File for each language placed insaide the folder) i understand that .net environment convets thar .resx files as Resource.dll my problem is i have text files for each language, that has key value pair and this files need to be convered resource.dll for globalization (note:my requirement is at any point of time User can go and edit the text file , by executing some command convet those files as resource.dll and these dll used for globalization) in .net 2005 there is some command like "D:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\ResGen.exe" "C:\Inetpub\wwwroot\SNIF3.0\SNIF3\Web\SNIF\sniffiles\Config\Query.txt" C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\al.exe /t:lib /embed:"C:\Inetpub\wwwroot\SNIF3.0\SNIF3\Web\SNIF\sniffiles\Config\Query.resources" /out:"C:\Inetpub\wwwroot\SNIF3.0\SNIF3\Web\SNIF\sniffiles\Config\ReflectionCase.resources.dll" /title:"Queries" How to do this in 3.5?? is this the correct way for my problem?? give me some idea? link? Thank you Joe

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      =>Joe<= wrote:

      What is the diffrence and relation ( Localization , Globalization,satellite assembly)

      That's a very broad subject, broad enough to make it a distinct specialization. Localization and globalization both point to translation, *and* things like the format of a date and the time, the format of a decimal point, or even different logo's. (Some companies use different logo's/brandnames in different countries)

      =>Joe<= wrote:

      i have text files for each language, that has key value pair and this files need to be convered resource.dll for globalization

      Like mentioned above, localization and globalization are more than merely translating the application. There a very cool article on CodeProject (personal opinion btw) on doing the translating automatic; Localize Application using Google Translator[^] - might give you a good starting point :)

      =>Joe<= wrote:

      (note:my requirement is   at any point of time User can go and edit the text file , by executing some command convet those files as resource.dll and these dll used for globalization)

      That would require a restart of the application. That's the normal approach btw; no running applications are influenced by changing the regional settings in Windows - if it did, then it would suddenly format a currency-field with value "2" as "2 dollar" where they were formatted as pounds before. Hence, regional settings are read on startup, and not reassigned for as long as the application runs.

      =>Joe<= wrote:

      give me some idea? link?

      Start here[^] :)

      I are Troll :suss:

      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