Skip to content

Commit f7afd1d

Browse files
committed
TECHDOCS-534: update multi-language support
Signed-off-by: Nele Gross <[email protected]>
1 parent 870c969 commit f7afd1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

map-multi-language-support/demo.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ <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. A list of all supported map languages can be found in the API References of the underlying service used. For HERE Map Tile, see https://developer.here.com/documentation/map-tile/dev_guide/topics/resource-base-maptile.html and for HERE Vector Tile API, see https://developer.here.com/documentation/vector-tiles-api/dev_guide/topics/languages.html .</p>
28+
passed to the map tile service when requesting each tile.
29+
A list of all supported map languages can be found in the API References of the underlying service used: <a href="https://developer.here.com/documentation/map-tile/dev_guide/topics/resource-base-maptile.html">HERE Map Tile API</a>
30+
and <a href="https://developer.here.com/documentation/vector-tiles-api/dev_guide/topics/languages.html">HERE Vector Tile API</a> </p>
2931
<p>It is possible to specify map language for all layers at once when using <code>H.service.Platform.createDefaultLayers</code> method.</p>
3032
<p>Language of the UI controls can be specified when calling <code>H.ui.UI.createDefault</code> method.
3133
3rd argument is either a supported language code or a custom <code>H.ui.i18n.Localization object</code>.</p>

0 commit comments

Comments
 (0)