Creation:2026-01-21Last update:2026-01-21
Reference this doc to your favorite AI assistantChatGPTClaudeDeepSeekGoogle AI modeGeminiPerplexityMistralGrok
Ask your question and get a summary of the document by referencing this page and the AI provider of your choice
Version History
- "Init doc"v7.5.1421/01/2026
The content of this page was translated using an AI.
See the last version of the original content in EnglishEdit this doc
If you have an idea for improving this documentation, please feel free to contribute by submitting a pull request on GitHub.
GitHub link to the documentationCopy
Copy doc Markdown to clipboard
IntlayerProvider Component Documentation
The IntlayerProvider component is the primary provider for Intlayer in React applications. It supplies the Intlayer context to all of its child components.
Usage
Props
Show all table content
Open the table in a modal to view all data content clearly
| Prop | Type | Description |
|---|---|---|
locale | LocalesValues | The initial locale to use. |
defaultLocale | LocalesValues | The default locale to use as a fallback. |
setLocale | (locale: LocalesValues) => void | A custom function to set the locale. |
disableEditor | boolean | Whether to disable the editor. |
isCookieEnabled | boolean | Whether to enable cookies to store the locale. |