Skip to content

Commit 3d406ea

Browse files
authored
Update README.md
1 parent 60cc284 commit 3d406ea

File tree

1 file changed

+2
-2
lines changed
  • Shared/Samples/Configure basemap style parameters

1 file changed

+2
-2
lines changed

Shared/Samples/Configure basemap style parameters/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ When creating an application that is used in multiple countries, basemaps can re
1010

1111
## How to use the sample
1212

13-
This sample showcases the workflow of configuring basemap style parameters by displaying a basemap with labels in different languages and launches with a `Viewpoint` near Bulgaria, Greece, and Turkey, as they use three different alphabets: Cyrillic, Greek, and Latin, respectively. By default, the `BasemapStyleLanguage` is set to `local` which displays all labels in their corresponding local language. This can be changed to `global`, which displays all labels in English. The `specific` option sets all labels to a selected language and overrides the `BasemapStyleLanguage` settings.
13+
This sample showcases the workflow of configuring basemap style parameters by displaying a basemap with labels in different languages and launches with a `Viewpoint` near Bulgaria, Greece, and Turkey, as they use three different alphabets: Cyrillic, Greek, and Latin, respectively. By default, the `BasemapStyleLanguage` is set to `local`, which displays all labels in their corresponding local language. This can be changed to `global`, which displays all labels in English. The `specific` option sets all labels to a selected language and overrides the `BasemapStyleLanguage` settings.
1414

1515
Pan and zoom to navigate the map and see how different labels are displayed in these countries depending on the selected `BasemapStyleLanguage`: all English, all Greek, all Bulgarian, all Turkish, or each their own.
1616

@@ -34,7 +34,7 @@ Pan and zoom to navigate the map and see how different labels are displayed in t
3434

3535
## About the data
3636

37-
The main data for this sample is the basemap style which includes basemaps that support both language localization and global language setting. The supported languages, along with their language code, can be found in the [API's documentation](https://developers.arcgis.com/rest/basemap-styles/languages/).
37+
The main data for this sample is the `BasemapStyle`, which includes basemaps that support both language localization and global language setting. The supported languages, along with their language code, can be found in the [API's documentation](https://developers.arcgis.com/rest/basemap-styles/languages/).
3838

3939
## Additional information
4040

0 commit comments

Comments
 (0)