--- createdAt: 2025-04-18 updatedAt: 2025-12-30 title: Analog i18n - How to translate your Analog app – guide 2026 description: Discover how to make your Analog app multilingual. Follow the documentation to internationalise (i18n) and translate it. keywords: - Internationalisation - Documentation - Intlayer - Analog - Angular - JavaScript slugs: - doc - environment - analog applicationTemplate: https://github.com/aymericzip/intlayer/tree/main/examples/analog-app-template history: - version: 8.0.4 date: 2026-01-26 changes: Init history --- # Translate your Analog (Angular) app using Intlayer | Internationalisation (i18n) ## Table of Contents ## What is Intlayer? **Intlayer** is an innovative, open-source internationalisation (i18n) library designed to simplify multilingual support in modern web applications. With Intlayer, you can: - **Easily manage translations** using declarative dictionaries at the component level. - **Dynamically localise metadata**, routes, and content. - **Ensure TypeScript support** with autogenerated types, improving autocompletion and error detection. - **Benefit from advanced features**, like dynamic locale detection and switching. --- ## Step-by-Step Guide to Set Up Intlayer in an Analog Application