How it works.

Go from local to global in four simple steps.

1. Install the SDK

Add the Languager SDK to your project using npm or yarn. It's a lightweight package with zero dependencies.

npm install @languager/react

2. Initialize Languager

Wrap your application in the LanguagerProvider and add your API key from the dashboard.

<LanguagerProvider apiKey="...">
  <App />
</LanguagerProvider>

3. Wrap your strings

Use the Translate component or useTranslate hook to mark strings for translation. No JSON files needed.

<Translate>Welcome to Languager</Translate>

4. Ship and Scale

Deploy your app. Translations happen at runtime and are cached forever. Add new languages in the dashboard instantly.