# Hub - Embedding maps on your sites

[![embed.png](https://knowledge.transition-space.org/uploads/images/gallery/2023-10/scaled-1680-/embed.png)](https://knowledge.transition-space.org/uploads/images/gallery/2023-10/embed.png)

On this page [https://transitiongroups.org/account#nav-maps/](https://transitiongroups.org/account#nav-maps/)

You will find the code to embed the map for your hub.

It is possible to embed a translated version of the map by adding a two letter language code to the link you embed by adding the two letter language code.

The example code provided to embed a map for the Japanese hub is

> ```
> <iframe src="https://transitiongroups.org/map/?hub_name=japan" width="100%" height="550px" frameBorder="0" style="display: block;" allow="geolocation 'src'"></iframe>
> ```

You can find the two letter language code by changing the site to your preferred language using the drop down and then looking at the URL. So if I change the language to Japanese, I see the URL changes to

> https://transitiongroups.org**/ja/**

So I just need to edit the provided embed code to be

> &lt;iframe src="https://transitiongroups.org**/ja/**map/?hub\_name=japan" width="100%" height="550px" frameBorder="0" style="display: block;" allow="geolocation 'src'"&gt;&lt;/iframe&gt;

An example of the embed is here: [https://reseautransition.ch/nos-prestations/carte-initiatives/](https://reseautransition.ch/nos-prestations/carte-initiatives/)

[![reseau.png](https://knowledge.transition-space.org/uploads/images/gallery/2023-10/scaled-1680-/reseau.png)](https://knowledge.transition-space.org/uploads/images/gallery/2023-10/reseau.png)