Condividi tramite


ProviderCultureResult.UICultures Proprietà

Definizione

Ottiene l'elenco delle impostazioni cultura dell'interfaccia utente da usare per il testo, ad esempio la lingua;

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

Valore della proprietà

Si applica a