This commit is contained in:
exampleusername12 2020-04-18 15:49:45 -07:00 коммит произвёл GitHub
Родитель 10d7a544fb
Коммит 8398bde95b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -26,7 +26,7 @@ In the future we plan to support additional configuration options and will updat
## How do I select the market and language?
The ```data-market``` and ```data-language``` parameters control the market and language of the widget respectively. The market refer to the country/region the widget will optimize for. The language referes to the UI display language in which the widget will display the UI string resources. Typically you will have the ```data-market``` and ```data-language``` set to the same parameter value, however, there are cases where they would differ. For example, you can have a user in United States who speaks Spanish. In this case you can set the ```data-market``` to en-US and the ```data-language``` to es-ES. We support the following values for ```data-market``` and ```data-language```:
| Country | ```data-market``` Parameter |
| Country/Region | ```data-market``` Parameter |
| --------- |:---------------------:|
| Australia | en-AU |
| Canada | en-CA |
@ -41,7 +41,7 @@ The ```data-market``` and ```data-language``` parameters control the market and
| UK | en-GB |
| US | en-US |
* Markets with an asterik do not support the ```data-type``` of ```covid19_stats_trends``` currently.
* Markets with an asterisk (*) do not support the ```data-type``` of ```covid19_stats_trends``` currently.
| Language | ```data-language``` Parameter |