> ## Documentation Index
> Fetch the complete documentation index at: https://docs.microapp.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Display text in the user's preferred language.

Distributing your microapp on the Microapp Marketplace means immediate access to a global audience. In order for your microapp to be useful to that entire audience, it's important to display text in the user's preferred language. This is called localization.

## Localization Features

We have separate User Preferences SDKs depending on your frontend framework:

* **[React](/core-concepts/localization/react):** optimized for React frontends
* **[TypeScript](/core-concepts/localization/typescript):** enables localization without relying on any particular framework

<CardGroup>
  <Card title="React" icon="react" href="/core-concepts/localization/react">
    Learn how to sync language in React microapps.
  </Card>

  <Card title="TypeScript" icon="browser" href="/core-concepts/localization/typescript">
    Learn how to use TypeScript to sync language preferences.
  </Card>
</CardGroup>
