# Multi-language website

#### There are to ways to create Multi-language Website-   **1. By Using Google Translate widget.**   <http://help.vintcer.com/multi-language-website/how-to-add-google-translate-to-your-website-multi-language-website>

**2. Host your Translated website on sub-domain example**- [english.youdomain.com](http://en.youdomain.com/) or [russian.yourdomain.com](http://ru.yourdomain.com/) etc. Please see the procedure below to create this type of Multi-language website.

In order to serve your website in more than 1 language, please take the following steps:

1\) Create a new copy of your website by clicking 'Save a copy' (found next to the Publish button).

![](/files/-LBqScpGXcgFADjVCW3J)

2\) We suggest saving it a name that will make sense. For example 'Spanish version'.

3\) Translate the text to your desired language.

4\) Publish the website.

5\) Create a new CNAME record in your domain's registrar control panel. This will create a new subdomain that will host the new language version of your website, so name it something that makes sense. The value of the CNAME record should be '**verify.vintcer.com**'. Example of CNAME record settings:

Host/Name - es

Value - **verify.vintcer.com**

6\) Contact our support team at <team@vintcer.com> with these details:

* Your user name.
* The current version of your website (the one that you initially upgraded or paid for).
* The 'Editor URL' of your new language website (Just copy the URL from the address bar while in the editor - should look something similar to <https://www.vintcer.com/edit/vbid-6bb6f-evulbpycyb>)
* The name of the CNAME you created (the subdomain where you want your new language website to be)

7\) We will then set everything up for you on our end. There's no need for a second license.

8\) We suggest to add [Hreflang tag](https://support.google.com/webmasters/answer/189077?hl=en) to the header of each page. That will help Google understand that this certain page is a different version an already existing page, only in a different language. To keep things simple - it's just something that will do good for your SEO.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vintcer.com/multi-language-website.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
