RequestLocalizationOptions.SupportedUICultures 属性

定义

应用程序支持的 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)

属性值

适用于