This page demonstrates language detection and localization to test the language parameter.
This page will detect your browser's language settings and display localized content accordingly.
This section displays your browser's language settings:
Network and GeoIP information based on your IP:
Select a language to see localized content:
This is sample content in English. Select a different language to see it translated.
Today's date:
Sample number: 1,234.56
Click on any of these languages to simulate that language setting:
When testing the screenshot service with this page:
language parameter in your screenshot request to specify a browser language.POST /v1.0/screenshot
{
"url": "http://localhost:8000/language",
"format": "png"
}
POST /v1.0/screenshot
{
"url": "http://localhost:8000/language",
"format": "png",
"language": "fr"
}
POST /v1.0/screenshot
{
"url": "http://localhost:8000/language",
"format": "png",
"language": "ja"
}