By tag: Localisation
0
kicks
Creating a Data Driven ASP.NET Localization
Find out how to build an ASP.NET 2.0 Resource Provider that uses database data for its localization storage rather than Resx files. Database resources can be much more flexible and this article demonstrates how to build a powerful ASP.NET resource editing front end that allows editing of resource da...
0
kicks
Good Practice For Working With ASP.NET Controls
A good practice that I'm using when working with ASP.NET controls that saves me a lot of work.
0
kicks
Localization Like the Pros
Learn to globalize, localize, and internationalize using culture and region. Excerpt: NASA’s Mars Climate Orbiter was lost on September 23, 1999 at a cost of $125 million because one engineering team used metric units, while another one used inches for a key spacecraft operation. When writing applic...
0
kicks
Enabling Evil - Overriding System.DateTime's default ToString
Scott Hanselman shows how to 'enforce' a specific date/time format while avoiding writing DateTime.Now.ToString("MM/dd/yy HH:mm:ss") everytime and not explicitly set the system-wide settings in Control Panel | Regional Settings.