> For the complete documentation index, see [llms.txt](https://fundpop-crowdfunding.gitbook.io/fundpop-crowdfunding-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fundpop-crowdfunding.gitbook.io/fundpop-crowdfunding-docs/customizations/translation.md).

# Translation

<figure><img src="/files/PcjX2p2ZamwJjyJKBbbH" alt=""><figcaption><p>Translate Fundpop content to your preferred language</p></figcaption></figure>

### Accessing Translation Settings

1. From your Fundpop menu, go to Settings
2. Click on the "Translation" option
3. You'll see the translation interface where you can manage customer-facing content

### Translatable Content

#### Campaign Elements

You can translate the following campaign components:

1. Milestones
   * Milestone titles
   * Milestone descriptions
   * Milestone details text
   * Reward information
2. Reward Tiers
   * Tier names
   * Tier descriptions
   * Bundle information
3. Campaign Time
   * Time remaining labels
   * Duration text
4. Pledge Information
   * Pledge-related text
   * Payment terms

<figure><img src="/files/S8AzFzbK7yrR3NSKM66L" alt=""><figcaption><p>Translation interface with a list of translatable content</p></figcaption></figure>

#### Widget Template Text

Some text elements can be translated directly in the widget template editor:

* Progress indicators
* Statistical labels
* Button text
* Information tooltips

### Managing Translations

1. Navigate to the Translation section
2. You'll see a list of translatable content with:
   * Original text (in English)
   * Translation field for your target language
3. Enter your translations in the corresponding fields
4. Click save to apply the changes

### Best Practices

* Maintain consistent terminology across all translations
* Consider cultural differences when translating marketing content
* Review translations periodically, especially after adding new campaign features

### Important Notes

* All untranslated content will display in the original English
* Translations apply globally to all campaigns
* Special characters and accents are fully supported


---

# 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, and the optional `goal` query parameter:

```
GET https://fundpop-crowdfunding.gitbook.io/fundpop-crowdfunding-docs/customizations/translation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
