Skip to content

Commit

Permalink
Merge pull request #108 from reconciliation-api/52-http-language-headers
Browse files Browse the repository at this point in the history
Add Accept-Language and Content-Language headers
  • Loading branch information
fsteeg authored Aug 10, 2023
2 parents 903472d + 900a860 commit aaf439d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions draft/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,17 @@ <h3>Cross-Origin Access</h3>
enables older web-based clients to access the service from a different domain.
</p>
</section>
<section>
<h3>Language Selection</h3>
<p>
Following [[RFC9110]], services SHOULD use the <code>Accept-Language</code> header to let clients select the language in which user-facing text is returned.
They SHOULD use the <code>Content-Language</code> in their responses to expose the language each response is returned in.
</p>
<p>
Examples of user-facing text in service responses are: the name of the service and the name of property configuration fields in the manifest, the name and description of entities, types and properties,
the contents of the entity preview pages, and the documentation linked in the manifest.
</p>
</section>
<section>
<h3>Error Handling and Rate-limiting</h3>
<p>
Expand Down

0 comments on commit aaf439d

Please sign in to comment.