# Using Content Localization

Content localization is a feature that gives your application users the option of being guided through the walkthrough screens in their local or preferred language. When running a digital adoption program, it is crucial to inspire confidence in the workplace and communicate in the language that users feel comfortable in.​

Adopt supports a multilingual environment. You can change the language to allow content editors to enter the text in the desired language.​

Adopt automatically checks if there is a translated version of the guides in the user’s language. If there is, then Adopt displays those guides to the user. If there is not, it displays the original language, called “fallback language.”​

***Note:** English is the default language for Adopt. If you want to guide your users through the app in other languages, follow the instructions below on adding languages, or check out the Guide Translation article for more information.*&#x200B;​

## Document Sections​

Click any of the below links to jump to that section of the document. ​

1. [Add a New Language​](/in-application-guidance/using-content-localization/adding-a-new-language.md)
2. [Add the Localized Content ​](/in-application-guidance/using-content-localization/adding-localized-content.md)
3. [Preview of the Steps in Different Languages](/in-application-guidance/using-content-localization/previewing-the-steps-in-different-languages.md)​
4. [Automate the Language Selection ](/in-application-guidance/using-content-localization/automating-the-language-selection.md)​\
   a.[ Let Adopt Read from the User’s Browser​](/in-application-guidance/using-content-localization/automating-the-language-selection/letting-adopt-match-languages-with-your-identity-api.md)\
   b. [Fallback Language​](/in-application-guidance/using-content-localization/automating-the-language-selection/setting-fallback-language.md)\
   c.[ Let Adopt Match the Guide’s Language with your Application Language​](/in-application-guidance/using-content-localization/automating-the-language-selection/aligning-guide-and-application-languages.md)​
5. [Change the Context Help Content to Reflect the Newly Added Local Language​](/in-application-guidance/using-content-localization/adopting-context-help-content-to-local-language.md)
6. [Change Guide Names to Reflect the Newly Added Local Language​](/in-application-guidance/using-content-localization/adopting-guide-names-to-local-language.md)


---

# 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-adopt.nexthink.com/in-application-guidance/using-content-localization.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.
