共用方式為


RequestLocalizationOptions.FallBackToParentUICultures 屬性

定義

取得或設定值,指出在所設定 IRequestCultureProvider 的 UI 文化特性所決定的 UI 文化特性不在 SupportedUICultures 清單中,但父文化特性為 時,是否要將要求 UI 文化特性設定為父文化特性。 預設為 true ;

public:
 property bool FallBackToParentUICultures { bool get(); void set(bool value); };
public bool FallBackToParentUICultures { get; set; }
member this.FallBackToParentUICultures : bool with get, set
Public Property FallBackToParentUICultures As Boolean

屬性值

範例

如果此屬性是 true ,而且應用程式設定為支援 UI 文化特性 「fr」,但不是 UI 文化特性 「fr-FR」,且已設定 IRequestCultureProvider 的 會決定要求的 UI 文化特性為 「fr-FR」,則要求的 UI 文化特性會設定為文化特性 「fr」,因為它是 「fr-FR」 的父系。

備註

請注意,父文化特性檢查是使用 ony 文化特性名稱來完成。

適用於