Skip to content

Commit c8af7e0

Browse files
authored
Merge pull request #117 from ngross71/master
TECHDOCS-534: generalize documentation about using any language code …
2 parents 5bbef76 + 4415d92 commit c8af7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

map-multi-language-support/demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h3>Code</h3>
2525
<p>A reference to the base map tile service is obtained using the <code>H.service.Platform</code>.
2626
Alternate languages can be requested by adding the <code>lg</code> parameter to the tile requests.
2727
That is done by calling createTileLayer method. 5th argument is list of key/value parameters which are
28-
passed to the map tile service when requesting each tile. List of all supported map languages can be found at HERE Map Tile API Reference.</p>
28+
passed to the map tile service when requesting each tile. List of all supported map languages can be found in the API References of the underlying service you are using.</p>
2929
<p>It is possible to specify map language for all layers at once when using <code>H.service.Platform.createDefaultLayers</code> method.</p>
3030
<p>Language of the UI controls can be specified when calling <code>H.ui.UI.createDefault</code> method.
3131
3rd argument is either a supported language code or a custom <code>H.ui.i18n.Localization object</code>.</p>

0 commit comments

Comments
 (0)