Share via


ProviderCultureResult.Cultures Property

Definition

Gets the list of cultures to be used for formatting.

public:
 property System::Collections::Generic::IList<System::String ^> ^ Cultures { System::Collections::Generic::IList<System::String ^> ^ get(); };
public:
 property System::Collections::Generic::IList<Microsoft::Extensions::Primitives::StringSegment> ^ Cultures { System::Collections::Generic::IList<Microsoft::Extensions::Primitives::StringSegment> ^ get(); };
public System.Collections.Generic.IList<string> Cultures { get; }
public System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment> Cultures { get; }
member this.Cultures : System.Collections.Generic.IList<string>
member this.Cultures : System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment>
Public ReadOnly Property Cultures As IList(Of String)
Public ReadOnly Property Cultures As IList(Of StringSegment)

Property Value

Applies to