1 write to Culture
Microsoft.AspNetCore.Localization (1)
RequestCulture.cs (1)
55Culture = culture;
8 references to Culture
Aspire.Dashboard.Tests (1)
GlobalizationHelpersTests.cs (1)
86Assert.Equal(result, requestCulture.Culture.Name);
Microsoft.AspNetCore.Localization (7)
CookieRequestCultureProvider.cs (1)
55$"{_culturePrefix}{requestCulture.Culture.Name}",
RequestCulture.cs (4)
14/// Creates a new <see cref="RequestCulture"/> object with its <see cref="Culture"/> and <see cref="UICulture"/> 24/// Creates a new <see cref="RequestCulture"/> object with its <see cref="Culture"/> and <see cref="UICulture"/> 34/// Creates a new <see cref="RequestCulture"/> object with its <see cref="Culture"/> and <see cref="UICulture"/> 45/// Creates a new <see cref="RequestCulture"/> object with its <see cref="Culture"/> and <see cref="UICulture"/>
RequestLocalizationMiddleware.cs (2)
100cultureInfo ??= _options.DefaultRequestCulture.Culture; 125CultureInfo.CurrentCulture = requestCulture.Culture;