=>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: