PDA

View Full Version : Clarification



Bsbosa.com
07-09-2010, 01:20 PM
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\sniffile s\Config\Query.txt"

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\al.e xe /t:lib /embed:"C:\Inetpub\wwwroot\SNIF3.0\SNIF3\Web\SNIF\sniffile s\Config\Query.resources" /out:"C:\Inetpub\wwwroot\SNIF3.0\SNIF3\Web\SNIF\sniffile s\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