Internationalization and localization tools


Culture-Sensitive C# Constructor

using System.Collections, System.Globalization

public CaseInsensitiveHashCodeProvider();

Internationalization (I18n) Constructor Overview

Initializes a new instance of the CaseInsensitiveHashCodeProvider class using the Thread.CurrentCulture of the current thread. Comparison procedures use this culture to determine the casing rules; therefore, hash code comparisons might have different results depending on the culture.

For more information see Microsoft's MSDN online documentation.

I18n Issues

As long as the current thread's culture is properly set, this usage will work properly.

Culture and Number Format Information

 

Lingoport internationalization and localization services and software