Version

CultureName Property (UltraLiveTileView)

Returns or sets the name of the current culture associated with the control.
Syntax
'Declaration
 
Public Property CultureName As String
public string CultureName {get; set;}
Remarks

When this property is not explicitly, it returns the value of the local machine's System.Globalization.CultureInfo.CurrentCulture property.

This property can be set to any valid culture name to make the control behave exactly as it does when that culture is returned from the CultureInfo's CurrentCulture property.

In cases where different tile views are defined for different cultures (via the DefaultView property of the LiveTile class), this property is checked before the tile decides which view is currently applicable. If this property is set, the associated culture is used, otherwise, the local machine's current culture is used.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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