Click or drag to resize
weroSoft AG, Software
ICultureChangeListenerCultureChanged Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Method which is called if the culture has changed.

Namespace:  WeroSoft.Windows
Assembly:  WeroSoft.Windows.Library (in WeroSoft.Windows.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
void CultureChanged(
	CultureInfo currentCulture,
	CultureInfo currentUICulture
)

Parameters

currentCulture
Type: System.GlobalizationCultureInfo

[Missing <param name="currentCulture"/> documentation for "M:WeroSoft.Windows.ICultureChangeListener.CultureChanged(System.Globalization.CultureInfo,System.Globalization.CultureInfo)"]

currentUICulture
Type: System.GlobalizationCultureInfo

[Missing <param name="currentUICulture"/> documentation for "M:WeroSoft.Windows.ICultureChangeListener.CultureChanged(System.Globalization.CultureInfo,System.Globalization.CultureInfo)"]

See Also