# Localization
You can export an AI agent's text content for translation into other languages. AgentX Support allows you to export the content to Google Sheets for collaborative editing and sharing.
After your translations are complete and you've defined the target locales for your site, you can import the updated sheet back into AgentX Support.
# Export translations
Complete the following steps to export translations:
Select an AI agent.
Click the icon.
Select Export/Import Translations.
Select the Export operation.
Optional. Select the Prefill Auto Translation checkbox to prefill the sheet with Google Translate values if the translation doesn't exist.
Prefill Auto Translation
Click Submit.
Check your email for an invitation to access and edit a Google Sheet that contains the exported translations for your AI agent.
# Add translations
Complete the following steps to add translations to the Google Sheet:
Add a new column for each target language. For example, add a column labeled fr
for French, es
for Spanish, or de
for German.
Use the GOOGLETRANSLATE
function (opens new window) in the new column.
For example, you can use the formula =GOOGLETRANSLATE(C2, "en", "fr")
, where:
C2
is the cell with the original text"en"
is the source language (English)"fr"
is the target language (French)
Drag the formula down the column to apply it to all rows.
AI agent translations
Review and refine the translations for accuracy.
# Import translations
Complete the following steps to import translations:
Select an AI agent.
Click the icon.
Select Export/Import Translations.
Select the Import operation.
Enter the Sheet Key and the Worksheet Title.
Import translations
The sheet key is the long string of characters that appears after docs.google.com/spreadsheets/d/
and before the next slash in the URL.
LOCALES AND TRANSLATIONS
Locales in the Google Sheet must match the locales you use in your production and deployment environments for the translations to get picked up. If a text doesn't have the corresponding language translation, it defaults to en_us
.
Last updated: 6/23/2025, 2:33:20 PM