9
shouts

Web 2.0 | Localizing ASP.NET MVC

published 191 days, 6 hours, 12 minutes ago posted by farooqkaiserfarooqkaiser 192 days, 11 hours, 55 minutes ago
Tuesday, September 08, 2009 8:14:12 AM GMT Monday, September 07, 2009 2:31:32 AM GMT

Localization is the process of customizing your application for a given culture and locale. The .NET framework offers the following namespaces and classes to facilitate the localization.System.Globalization (The System.Globalization namespace contains classes that define culture-related information, including the language, the country/region, the calendars in use, the format patterns for dates, currency, and numbers, and the sort order for strings) CutureInfo Provides information about a specific culture...

category: ASP.NET | clicked: 44 | | source: www.fairnet.com | show counter code
tags: .NET, ASP.NET MVC, C#, Localization