Localizing the iFrame
Stay organized with collections
Save and categorize content based on your preferences.
English is the default language of the Waze iFrame. To change the language, add the
language_code
parameter to the URL using the following syntax:
waze.com/language_code/iframe...
For example:
<iframe src="https://embed.waze.com/fr/iframe?zoom=12&lat=32.10911&lon=34.81773"
width="300" height="400"></iframe>
The units of measurement (miles and kilometers) is set according to the language code.
- To use the English language and miles for the units, set
language_code
to "en" (the default)
- To use the English language and kilometers for the units, use "en-GB"
The following tables lists the available language codes:
Language |
Code |
Language |
Code |
Afrikaans |
af |
Melayu (Malay) |
ms |
العربية (Arabic) |
ar |
Nederlands |
nl |
Български (Bulgarian) |
bg |
Polski (Polish) |
pl |
Català |
ca |
Português-Brasil |
pt-BR |
Čeština (Czech) |
cs |
Português |
pt-PT |
Dansk |
da |
Română (Romanian) |
ro |
Deutsch (German) |
de |
Русский (Russian) |
ru |
English (UK) |
en-GB |
Slovenščina (Slovenian) |
sl |
English |
en |
Slovenčina |
sk |
Español (Spanish) |
es |
Svenska (Swedish) |
sv |
Suomi (Finnish) |
fi |
Türkçe (Turkish) |
tr |
Français |
fr |
中文(简体)Chinese (Simplified) |
zh |
Galego |
gl |
中文(簡體) |
zh-TW |
עברית (Hebrew) |
he |
Bahasa Indonesia |
id |
Magyar (Hungarian) |
hu |
Eesti (Estonia) |
et |
Italiano |
it |
Hrvatski (Croatian) |
hr |
日本語 (Japanese) |
ja |
Srpski (Latinica) (Serbian) |
sr |
한국어 (Korean) |
ko |
Norsk |
no |
Latviešu (Latvian) |
lv |
|
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["The Waze iFrame defaults to English and miles; to change the language or units, add the `language_code` parameter to the URL."],["Specify the `language_code` as \"en\" for English with miles or \"en-GB\" for English with kilometers."],["Refer to the provided table for a full list of supported language codes and their corresponding languages."],["Units of measurement (miles or kilometers) are automatically set based on the chosen language code."]]],["To change the Waze iFrame language from the default English, add the `language_code` parameter to the URL (e.g., `waze.com/fr/iframe...`). The language code also determines units of measurement; \"en\" sets English with miles, while \"en-GB\" sets English with kilometers. Available language codes, such as \"fr\" for French or \"es\" for Spanish, are listed in the provided table. For example to change to French, the iFrame link must include /fr/ in the url.\n"]]