- Print
- DarkLight
How can I search in another language?
Article summary
Did you find this summary helpful?
Thank you for your feedback
Set the header "Accept-Language".
When searching for a UniversalType via free text the language is important. In GraphiQL your browser uses the language of your system. You can enforce the use of a specific language by setting the header "Accept-Language".
UniversalTypes are currently available in German and English.
German:
--header 'Accept-Language: de'
English:
--header 'Accept-Language: en'
Was this article helpful?