We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Content-Language
As a client, I would like to know the actual language/locale that was used by the server to generate my content.
Example
By default, the server will send the Content-Language that was negotiated (only if there was an Accept-Language), but users may opt out:
Accept-Language
Localization.Create() .SendLanguage(false);
Acceptance criteria
The text was updated successfully, but these errors were encountered:
Just send it always and also when it is not read from the Accept-Language header ...
Sorry, something went wrong.
Kaliumhexacyanoferrat
Successfully merging a pull request may close this issue.
As a client, I would like to know the actual language/locale that was used by the server to generate my content.
Example
By default, the server will send the
Content-Language
that was negotiated (only if there was anAccept-Language
), but users may opt out:Acceptance criteria
Accept-Language
header, the server will generate aContent-Language
header in responseThe text was updated successfully, but these errors were encountered: