You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: map-multi-language-support/demo.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ <h3>Code</h3>
25
25
<p>A reference to the base map tile service is obtained using the <code>H.service.Platform</code>.
26
26
Alternate languages can be requested by adding the <code>lg</code> parameter to the tile requests.
27
27
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>
29
29
<p>It is possible to specify map language for all layers at once when using <code>H.service.Platform.createDefaultLayers</code> method.</p>
30
30
<p>Language of the UI controls can be specified when calling <code>H.ui.UI.createDefault</code> method.
31
31
3rd argument is either a supported language code or a custom <code>H.ui.i18n.Localization object</code>.</p>
0 commit comments