> For the complete documentation index, see [llms.txt](https://help.freewebstore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.freewebstore.com/design/theme-editor/language-packs.md).

# Language Packs

You can easily change your language or translate any word, phrase, or sentence on your store.&#x20;

### How to Edit your Language

1. Log into your control panel.
2. Go to **Design** > **Theme Editor**.
3. Click **ABC** in the top right corner.
4. A pop-up will appear.
5. On the left-hand side, you will see a list of all words, phrases, and sentences on your store. Click in the columns to the right of the word, phrase, or sentence you want to change to add your new text.
6. Click **Save**.

### How to Add a New Language

1. Log into your control panel.
2. Go to **Design** > **Theme Editor**.
3. Click **ABC** in the top right corner.
4. A pop-up will appear.
5. Click **Add New Language**.
6. Select a language from the dropdown menu. If we do not have a language available, click **Custom** to create a brand new one.
7. Click **Save**.

### How to Change your Default Language

1. Log into your control panel.
2. Go to **Design** > **Theme Editor**.
3. Click **ABC** in the top right corner.
4. A pop-up will appear.
5. If you do not already have an extra language added, add one first.
6. Click the **Cogs** icon next to the language.
7. Click **Make Default**.
8. Click **Save**.

### How to Delete a Language

You can only delete additional language packs, as your store always requires at least one language.

1. Log into your control panel.
2. Go to **Design** > **Theme Editor**.
3. Click **ABC** in the top right corner.
4. A pop-up will appear.
5. Click the **Cogs** icon next to the language you want to delete.
6. Click **Delete**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.freewebstore.com/design/theme-editor/language-packs.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.
