CalendarPicker.Languages property

[This documentation is preliminary and is subject to change.]

Gets or sets the calendar languages.

Syntax

public IEnumerable<string> Languages { get; set; }
Public Property Languages As IEnumerable(Of String)
public:
property IIterable<String^>^ Languages { 
   IIterable<String^>^ get();
   void set (IIterable<String^>^ value);
}

Property value

Type: IIterable<String> [C++] | System.Collections.Generic.IEnumerable<String> [.NET]

The calendar languages.

Requirements (device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.UI.Xaml.Controls Windows::UI::Xaml::Controls [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

See also

CalendarPicker