Skip to content

cds9: remove fallback to default language #1766

New issue

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion guides/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ Upon incoming requests at runtime, the user's preferred language is determined a
1. The value of the `sap-locale` URL parameter, if present.
2. The value of the `sap-language` URL parameter, but only if it's `1Q`, `2Q` or `3Q` as described below.
3. The first entry from the request's `Accept-Language` header.
4. The `default_language` configured on the app level.
2. Narrow to normalized locales as described below.
::: tip
CAP Node.js accepts formats following the available standards of POSIX and RFC 1766, and transforms them into normalized locales. CAP Java only accepts language codes following the standard of RFC 1766 (or [IETF's BCP 47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt)).
Expand Down