RequestLocalizationOptions.SupportedUICultures プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーションでサポートされる UI カルチャ。 では RequestLocalizationMiddleware 、現在の要求カルチャがこの一覧のエントリにのみ設定されます。 既定値は CurrentUICulture です。
public:
property System::Collections::Generic::IList<System::Globalization::CultureInfo ^> ^ SupportedUICultures { System::Collections::Generic::IList<System::Globalization::CultureInfo ^> ^ get(); void set(System::Collections::Generic::IList<System::Globalization::CultureInfo ^> ^ value); };
public System.Collections.Generic.IList<System.Globalization.CultureInfo> SupportedUICultures { get; set; }
public System.Collections.Generic.IList<System.Globalization.CultureInfo>? SupportedUICultures { get; set; }
member this.SupportedUICultures : System.Collections.Generic.IList<System.Globalization.CultureInfo> with get, set
Public Property SupportedUICultures As IList(Of CultureInfo)