Question on Localization
thanks in advance i would not ask but i am pulling my hair out to get around this
kered
thanks in advance i would not ask but i am pulling my hair out to get around this
kered
I found a bunch of stuff for ASP.NET 2.0, but I think you are referring to Windows Forms Apps. It is a good idea to have it as Resource based DLL and then ship the DLL. Now, when you ship the new DLL, the version number changes and you would need to either have a publisher policy or a binding redirect directly in the config file for the app.
For Publisher Policy File, read this:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconcreatingpublisherpolicyfile.asp
For info on version redirection, read this:
http://msdn2.microsoft.com/library/7wd6ex19(en-us,vs.80).aspx
Also: Here is a good link on Architecture of Localization:
http://www.theserverside.net/articles/showarticle.tss?id=LocalizationPractices
Regards,
Vikram
Them links were very helpful and put me in the right direction i already have a multi-lingual sample up and running, thanks for the DLLs for the (Exception Handling Application Block).
kered
hi vikram,
i need to help to implementation of localization in my application.
i have many forms and user controls in my application.
i don't want create .resx file for all forms or user controls,in case if i have handle like that i have to many .resx file in my application.
like if i 30 forms and 20 user controls and i want use 10 language in my application for that i have to handle (30+20)*10=500 files in extra.
so please give me proper solution and suggesstion for that
thanks