C# Class Cimbalino.Phone.Toolkit.Extensions.FrameworkElementExtensions

Provides a set of static (Shared in Visual Basic) methods for FrameworkElement instances.
Show file Open project: Cimbalino/Cimbalino-Phone-Toolkit

Public Methods

Method Description
ResetLanguageWithCurrentCulture ( this frameworkElement ) : void

Resets the FrameworkElement language information with a XmlLanguage matching the current Thread.CurrentCulture.

Method Details

ResetLanguageWithCurrentCulture() public static method

Resets the FrameworkElement language information with a XmlLanguage matching the current Thread.CurrentCulture.
public static ResetLanguageWithCurrentCulture ( this frameworkElement ) : void
frameworkElement this The framework element.
return void