# Transloco Angular i18n

## Documentation

- [Transloco](https://jsverse.gitbook.io/transloco/readme.md)
- [Support](https://jsverse.gitbook.io/transloco/support.md)
- [Quickstart](https://jsverse.gitbook.io/transloco/getting-started/installation.md)
- [Angular Compatibility](https://jsverse.gitbook.io/transloco/getting-started/angular-compatibility.md)
- [Config Options](https://jsverse.gitbook.io/transloco/getting-started/config-options.md)
- [Overview](https://jsverse.gitbook.io/transloco/getting-started/overview.md)
- [Translation API](https://jsverse.gitbook.io/transloco/core-concepts/translation-api.md): A list of the TranslocoService API methods and their usages
- [Translation in the Template](https://jsverse.gitbook.io/transloco/core-concepts/translation-in-the-template.md)
- [Language API](https://jsverse.gitbook.io/transloco/core-concepts/language-api.md): A list of TranslocoService language-related API methods and their usages
- [Signals](https://jsverse.gitbook.io/transloco/core-concepts/signals.md): A list of the Transloco Signal-based API methods and their usages
- [Lazy Load](https://jsverse.gitbook.io/transloco/advanced-features/lazy-load.md)
- [Scope Configuration](https://jsverse.gitbook.io/transloco/advanced-features/lazy-load/scope-configuration.md)
- [Inline Loaders](https://jsverse.gitbook.io/transloco/advanced-features/lazy-load/inline-loaders.md)
- [SSR Support](https://jsverse.gitbook.io/transloco/advanced-features/ssr-support.md)
- [Unit Testing](https://jsverse.gitbook.io/transloco/advanced-features/unit-testing.md)
- [The Transpiler](https://jsverse.gitbook.io/transloco/advanced-features/the-transpiler.md): A deep dive into one of Transloco's main components, the transpiler.
- [Hack the Library](https://jsverse.gitbook.io/transloco/advanced-features/hack-the-library.md)
- [Utility Functions](https://jsverse.gitbook.io/transloco/additional-functionality/utility-functions.md)
- [Loading Template](https://jsverse.gitbook.io/transloco/additional-functionality/loading-template.md)
- [Key Referencing](https://jsverse.gitbook.io/transloco/additional-functionality/key-referencing.md)
- [Multiple Languages Simultaneously](https://jsverse.gitbook.io/transloco/additional-functionality/multiple-languages-simultaneously.md)
- [Comments for Translators](https://jsverse.gitbook.io/transloco/additional-functionality/comments-for-translators.md): Help the translator with a description and meaning
- [Locale l10n](https://jsverse.gitbook.io/transloco/plugins-and-extensions/locale-l10n.md)
- [Message Format](https://jsverse.gitbook.io/transloco/plugins-and-extensions/message-format.md)
- [Persist Language](https://jsverse.gitbook.io/transloco/plugins-and-extensions/persist-lang.md)
- [Persist Translations](https://jsverse.gitbook.io/transloco/plugins-and-extensions/persist-translations.md)
- [Preload Languages](https://jsverse.gitbook.io/transloco/plugins-and-extensions/preload-langs.md)
- [Community Plugins](https://jsverse.gitbook.io/transloco/plugins-and-extensions/community-plugins.md)
- [Schematics](https://jsverse.gitbook.io/transloco/developer-tools/schematics.md)
- [ng-add Schematic](https://jsverse.gitbook.io/transloco/developer-tools/schematics/ng-add.md)
- [Scope Schematic](https://jsverse.gitbook.io/transloco/developer-tools/schematics/scope.md)
- [Join Schematic](https://jsverse.gitbook.io/transloco/developer-tools/schematics/join.md)
- [Split Schematic](https://jsverse.gitbook.io/transloco/developer-tools/schematics/split.md)
- [Keys Manager (TKM)](https://jsverse.gitbook.io/transloco/developer-tools/keys-manager-tkm.md)
- [Keys Extractor](https://jsverse.gitbook.io/transloco/developer-tools/keys-manager-tkm/keys-extractor.md)
- [Keys Detective](https://jsverse.gitbook.io/transloco/developer-tools/keys-manager-tkm/keys-detective.md)
- [Options](https://jsverse.gitbook.io/transloco/developer-tools/keys-manager-tkm/options.md): Configuration Options for Transloco Keys Manager
- [Debugging](https://jsverse.gitbook.io/transloco/developer-tools/keys-manager-tkm/debugging.md)
- [Using with Nx 🐋](https://jsverse.gitbook.io/transloco/developer-tools/keys-manager-tkm/using-with-nx.md)
- [Optimize](https://jsverse.gitbook.io/transloco/developer-tools/optimize.md)
- [Validator](https://jsverse.gitbook.io/transloco/developer-tools/validator.md)
- [Scoped Library Extractor](https://jsverse.gitbook.io/transloco/developer-tools/scoped-library-extractor.md)
- [Global Config](https://jsverse.gitbook.io/transloco/developer-tools/global-config.md)
- [Migrate from ngx-translate](https://jsverse.gitbook.io/transloco/migration-guides/migrate-from-ngx-translate.md)
- [Migrate from Angular's i18n](https://jsverse.gitbook.io/transloco/migration-guides/migrate-from-angulars-i18n.md)
- [Sandbox & Examples](https://jsverse.gitbook.io/transloco/resources/sandbox-and-examples.md)
- [Recipes](https://jsverse.gitbook.io/transloco/resources/recipies.md)
- [Prefetch User Language](https://jsverse.gitbook.io/transloco/resources/recipies/prefetch-user-language.md)
- [Using Xliff](https://jsverse.gitbook.io/transloco/resources/recipies/using-xliff.md)
- [Generate Locale Files using Google Translate](https://jsverse.gitbook.io/transloco/resources/recipies/generate-locale-files-using-google-translate.md)
- [Blog Posts](https://jsverse.gitbook.io/transloco/resources/blog-posts.md)
- [Official Posts](https://jsverse.gitbook.io/transloco/resources/blog-posts/transloco-team-posts.md)
- [Transloco Goes Functional: A Guide to Transloco's Functional Transpiler](https://jsverse.gitbook.io/transloco/resources/blog-posts/transloco-team-posts/transloco-goes-functional-a-guide-to-translocos-functional-transpiler.md)
- [Preloading Translations Using Transloco](https://jsverse.gitbook.io/transloco/resources/blog-posts/transloco-team-posts/preloading-translations-using-transloco.md)
- [Needs refactor](https://jsverse.gitbook.io/transloco/resources/blog-posts/transloco-team-posts/needs-refactor.md)
- [Translation Files Validation in Angular with Transloco](https://jsverse.gitbook.io/transloco/resources/blog-posts/transloco-team-posts/translation-files-validation-in-angular-with-transloco.md)
- [From the Community](https://jsverse.gitbook.io/transloco/resources/blog-posts/from-the-community.md)
- [FAQs](https://jsverse.gitbook.io/transloco/resources/faqs.md): A collection of common questions and their answers.

* [Getting Started](https://jsverse.gitbook.io/transloco/v7/readme.md)
* [Installation](https://jsverse.gitbook.io/transloco/v7/readme/installation.md)
* [Angular Compatibility](https://jsverse.gitbook.io/transloco/v7/readme/angular-compatibility.md)
* [Config Options](https://jsverse.gitbook.io/transloco/v7/readme/config-options.md)
* [Overview](https://jsverse.gitbook.io/transloco/v7/readme/overview.md)
* [Core Concepts](https://jsverse.gitbook.io/transloco/v7/core-concepts.md)
* [Translation in the Template](https://jsverse.gitbook.io/transloco/v7/core-concepts/translation-in-the-template.md)
* [Signals](https://jsverse.gitbook.io/transloco/v7/core-concepts/signals.md): A list of the Transloco Signal-based API methods and their usages
* [Translation API](https://jsverse.gitbook.io/transloco/v7/core-concepts/translation-api.md): A list of the TranslocoService API methods and their usages
* [Language API](https://jsverse.gitbook.io/transloco/v7/core-concepts/language-api.md): A list of TranslocoService language-related API methods and their usages
* [Advanced Topics](https://jsverse.gitbook.io/transloco/v7/advanced-topics.md)
* [Lazy Load](https://jsverse.gitbook.io/transloco/v7/advanced-topics/lazy-load.md)
* [Scope Configuration](https://jsverse.gitbook.io/transloco/v7/advanced-topics/lazy-load/scope-configuration.md)
* [Inline Loaders](https://jsverse.gitbook.io/transloco/v7/advanced-topics/lazy-load/inline-loaders.md)
* [The Transpiler](https://jsverse.gitbook.io/transloco/v7/advanced-topics/the-transpiler.md): A deep dive into one of Transloco's main components, the transpiler.
* [SSR Support](https://jsverse.gitbook.io/transloco/v7/advanced-topics/ssr-support.md)
* [Unit Testing](https://jsverse.gitbook.io/transloco/v7/advanced-topics/unit-testing.md)
* [Hack the Library](https://jsverse.gitbook.io/transloco/v7/advanced-topics/hack-the-library.md)
* [Sandbox & Examples](https://jsverse.gitbook.io/transloco/v7/sandbox-and-examples.md)
* [Additional Functionality](https://jsverse.gitbook.io/transloco/v7/additional-functionality.md)
* [Loading Template](https://jsverse.gitbook.io/transloco/v7/additional-functionality/loading-template.md)
* [Key Referencing](https://jsverse.gitbook.io/transloco/v7/additional-functionality/key-referencing.md)
* [Utility Functions](https://jsverse.gitbook.io/transloco/v7/additional-functionality/utility-functions.md)
* [Comments for Translators](https://jsverse.gitbook.io/transloco/v7/additional-functionality/comments-for-translators.md): Help the translator with a description and meaning
* [Multiple Languages Simultaneously](https://jsverse.gitbook.io/transloco/v7/additional-functionality/multiple-languages-simultaneously.md)
* [Migration Guides](https://jsverse.gitbook.io/transloco/v7/migration-guides.md)
* [Migrate from ngx-translate](https://jsverse.gitbook.io/transloco/v7/migration-guides/migrate-from-ngx-translate.md)
* [Migrate from Angular's i18n](https://jsverse.gitbook.io/transloco/v7/migration-guides/migrate-from-angulars-i18n.md)
* [Tools](https://jsverse.gitbook.io/transloco/v7/tools.md)
* [Keys Manager (TKM)](https://jsverse.gitbook.io/transloco/v7/tools/keys-manager-tkm.md)
* [Keys Extractor](https://jsverse.gitbook.io/transloco/v7/tools/keys-manager-tkm/keys-extractor.md)
* [Keys Detective](https://jsverse.gitbook.io/transloco/v7/tools/keys-manager-tkm/keys-detective.md)
* [Options](https://jsverse.gitbook.io/transloco/v7/tools/keys-manager-tkm/options.md): Configuration Options for Transloco Keys Manager
* [Debugging](https://jsverse.gitbook.io/transloco/v7/tools/keys-manager-tkm/debugging.md)
* [Using with Nx 🐋](https://jsverse.gitbook.io/transloco/v7/tools/keys-manager-tkm/using-with-nx.md)
* [Validator](https://jsverse.gitbook.io/transloco/v7/tools/validator.md)
* [Optimize](https://jsverse.gitbook.io/transloco/v7/tools/optimize.md)
* [Scoped Library Extractor](https://jsverse.gitbook.io/transloco/v7/tools/scoped-library-extractor.md)
* [Plugins](https://jsverse.gitbook.io/transloco/v7/plugins.md)
* [Message Format](https://jsverse.gitbook.io/transloco/v7/plugins/message-format.md)
* [Persist Translations](https://jsverse.gitbook.io/transloco/v7/plugins/persist-translations.md)
* [Persist Lang](https://jsverse.gitbook.io/transloco/v7/plugins/persist-lang.md)
* [Preload Langs](https://jsverse.gitbook.io/transloco/v7/plugins/preload-langs.md)
* [Locale l10n](https://jsverse.gitbook.io/transloco/v7/plugins/locale-l10n.md)
* [Community Plugins](https://jsverse.gitbook.io/transloco/v7/plugins/community-plugins.md)
* [Schematics](https://jsverse.gitbook.io/transloco/v7/schematics.md)
* [:ng-add](https://jsverse.gitbook.io/transloco/v7/schematics/ng-add.md)
* [:scope](https://jsverse.gitbook.io/transloco/v7/schematics/scope.md)
* [:join](https://jsverse.gitbook.io/transloco/v7/schematics/join.md)
* [:split](https://jsverse.gitbook.io/transloco/v7/schematics/split.md)
* [Recipes](https://jsverse.gitbook.io/transloco/v7/recipies.md)
* [Prefetch User Language](https://jsverse.gitbook.io/transloco/v7/recipies/prefetch-user-language.md)
* [Using Xliff](https://jsverse.gitbook.io/transloco/v7/recipies/using-xliff.md)
* [Generate Locale Files using Google Translate](https://jsverse.gitbook.io/transloco/v7/recipies/generate-locale-files-using-google-translate.md)
* [Blog Posts](https://jsverse.gitbook.io/transloco/v7/blog-posts.md)
* [Transloco Team Posts](https://jsverse.gitbook.io/transloco/v7/blog-posts/transloco-team-posts.md)
* [Transloco Goes Functional: A Guide to Transloco's Functional Transpiler](https://jsverse.gitbook.io/transloco/v7/blog-posts/transloco-team-posts/transloco-goes-functional-a-guide-to-translocos-functional-transpiler.md)
* [Preloading Translations Using Transloco](https://jsverse.gitbook.io/transloco/v7/blog-posts/transloco-team-posts/preloading-translations-using-transloco.md)
* [Needs refactor](https://jsverse.gitbook.io/transloco/v7/blog-posts/transloco-team-posts/needs-refactor.md)
* [Translation Files Validation in Angular with Transloco](https://jsverse.gitbook.io/transloco/v7/blog-posts/transloco-team-posts/translation-files-validation-in-angular-with-transloco.md)
* [From the Community](https://jsverse.gitbook.io/transloco/v7/blog-posts/from-the-community.md)
* [FAQs](https://jsverse.gitbook.io/transloco/v7/faqs.md): A collection of common questions and their answers.
* [Support](https://jsverse.gitbook.io/transloco/v7/support.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://jsverse.gitbook.io/transloco/readme.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.
