
October 4th, 2007, 03:03 AM
|
|
Registered User
|
|
Join Date: Oct 2007
Posts: 1
Time spent in forums: 3 m 6 sec
Reputation Power: 0
|
|
|
Localization in .net
Quote: | Originally Posted by cyberjoe Hi,
I would like to ask you what is the best way to localize applications in .NET 2.0 and
how Microsoft do it in Vista?
cyberjoe |
hey,
I was just wondering which way u wish rto make ur application localization.In 2005 the options are pretty good and must say they are short and snappy.
If u wish to use Satellite Assembly concept which is essentially converting resx files into dll and use it and other options might be using individual resx files for each files and stored it into App_Localresourse and App_GlobalResource .net folders to access it.
There are other way round as well.So guess u need to decide accrodingly.
cheers !!
|