globalization/localization
-
hello evryone, i have an existing application and now i need to update it in order to handle different regional setting. can someone help me on this, or give a sample codes, or much better a dll. :) thanks... sherwin
-
hello evryone, i have an existing application and now i need to update it in order to handle different regional setting. can someone help me on this, or give a sample codes, or much better a dll. :) thanks... sherwin
hello sherwin, with .net it is easier as you think. the gui (your forms) is representes through resx-Files and the code is in a vb-file. you can see this by activating "show all files" on top of the project explorer. for example you have your forms in english language and you want to support german, then you only have to select each form an set the property "localizeable" to "true". after that you select the langauge and the vs-editor automaticly creates an additional resx-file to your form. you can change the ui as you like > the code file remains the same ... but look at these links for detailed information: www.codeproject.com/dotnet/Localization.asp http://www.microsoft.com/globaldev/getwr/dotneti18n.mspx http://www.google.de/search?hl=de&ie=ISO-8859-1&q=.net+localization&meta=
solidIT.de - under construction Components for Microsoft .Net audittrail, objectcomparer, deepcopy and much more ...