RequestLocalizationOptions.DefaultRequestCulture Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the default culture to use for requests when a supported culture could not be determined by one of the configured IRequestCultureProviders. Defaults to CurrentCulture and CurrentUICulture.
public:
property Microsoft::AspNetCore::Localization::RequestCulture ^ DefaultRequestCulture { Microsoft::AspNetCore::Localization::RequestCulture ^ get(); void set(Microsoft::AspNetCore::Localization::RequestCulture ^ value); };
public Microsoft.AspNetCore.Localization.RequestCulture DefaultRequestCulture { get; set; }
member this.DefaultRequestCulture : Microsoft.AspNetCore.Localization.RequestCulture with get, set
Public Property DefaultRequestCulture As RequestCulture