Skip to content

Commit c90e8ce

Browse files
authored
Clarify the provided cultures in CookieRequestCultureProvider (#34677)
1 parent b4cdcdf commit c90e8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/fundamentals/localization/select-language-culture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The cookie format is `c=%LANGCODE%|uic=%LANGCODE%`, where `c` is `Culture` and `
5757
c=en-UK|uic=en-US
5858
```
5959

60-
If only one of culture info or UI culture is provided, the provided culture is used for both culture info and UI culture.
60+
If only one of the cultures is provided and the other is empty, the provided culture is used for both culture and UI culture.
6161

6262
## The Accept-Language HTTP header
6363

0 commit comments

Comments
 (0)