Version

GetLanguageCultureInfo Method

Gets the CultureInfo associated with the Language of the specified element.
Syntax
'Declaration
 
Public Shared Function GetLanguageCultureInfo( _
   ByVal element As FrameworkElement _
) As CultureInfo
public static CultureInfo GetLanguageCultureInfo( 
   FrameworkElement element
)

Parameters

element
The element of which to get the associated CultureInfo.

Return Value

The CultureInfo associated with the specified element.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also