Version

CultureSpecificViews Property (LiveTile)

Returns a collection of LiveTileView derived objects which represent the tile content for a specific culture.
Syntax
'Declaration
 
Public ReadOnly Property CultureSpecificViews As CultureSpecificLiveTileViewsCollection
public CultureSpecificLiveTileViewsCollection CultureSpecificViews {get;}
Remarks

The CultureSpecificViews collection stores live tile views that are targeted at a particular culture.

When the local machine's current culture matches an item in this collection, that item determines the view for the tile.

Use the DefaultView property to define a view that is not targeted at any particular culture. The default view is used when the CultureSpecificViews collection is empty, and also when the current culture does not match any of the items in the CultureSpecificViews collection.

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