# Internationalisation

### L'Approche Native

<https://angular.io/guide/i18n>

{% embed url="<https://angular.io/guide/i18n>" %}

{% hint style="warning" %}
Cette approche est actuellement limitée par le problème d'utilisation de la traduction impérativement dans le code TypeScript : <https://github.com/angular/angular/issues/11405>
{% endhint %}

### Angular Translate

Une alternative au problème décrit précédemment est d'utiliser la librairie indépendante Angular Translate développée également par Olivier Combe de la Core Team Angular.

<http://www.ngx-translate.com/>

{% embed url="<http://www.ngx-translate.com/>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide-angular.wishtack.io/angular/internationalisation.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.
