Stories recently tagged with 'Localization'

Creating a Data Driven ASP.NET Localization(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 10 months ago

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 data in a live ASP.NET application in a context sensitive manner. read more...

1 comment |category: |Views: 324

tags: another

Good Practice For Working With ASP.NET Controls(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 4 years, 11 months ago

A good practice that I'm using when working with ASP.NET controls that saves me a lot of work. read more...

add a comment |category: |Views: 9

tags: another

Pitfalls of ASP.NET Localization(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years ago

Few pitfalls and things you have to know about ASP.NET Localization features, before you start to love it. read more...

add a comment |category: |Views: 10

tags: another

Pitfalls of ASP.NET Localization(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years ago

Few pitfalls and things you have to know about ASP.NET Localization features, before you start to love it. read more...

add a comment |category: |Views: 10

tags: another

Localizing WPF apps(blogs.msdn.com)

submitted by frank12345frank12345(2809) 5 years, 3 months ago

Localizing WPF apps read more...

1 comment |category: |Views: 3

tags: another

Localization Like the Pros(en.csharp-online.net)

submitted by HyleHyle(2755) 5 years, 5 months ago

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 applications for international distribution, different cultures and regions must be kept in mind. Different cultures have diverging calendars and use different number and date formats, and also the sort order with the letters A-Z may lead to various results. To make applications fit for global markets you have to globalize and localize them. Globalization is about internationalizing applications: preparing applications for international markets. With globalization, the application supports number and date formats depending on the culture, different calendars, and so on. Localization is about translating applications for specific cultures. For translations of strings, you can use resources. .NET supports globalization and localization of Windows and Web applications. To globalize an application you can use classes from the namespace System.Globalization; to localize an application you can use resources that are supported by the namespace System.Resources. read more...

add a comment |category: |Views: 19

tags: another

Localizing a WPF Application(dotnetaddict.dotnetdevelopersjournal.com)

submitted by ekampfekampf(3195) 5 years, 9 months ago

Describes the process of localizing a WPF application read more...

add a comment |category: |Views: 3

tags: another