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

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

Parameters

currentCulture
Type: System.GlobalizationCultureInfo

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

currentUICulture
Type: System.GlobalizationCultureInfo

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

Implements

ICultureChangeListenerCultureChanged(CultureInfo, CultureInfo)
See Also