**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/xi18n)**. # ng xi18n ## Overview `ng xi18n` Extracts i18n messages from the templates. ```bash ng xi18n [project] ``` ## Options
configuration

--configuration (alias: -c)

Specify the configuration to use.

browser-target

--browser-target

Target to extract from.

i18n-format

--i18n-format

Output format for the generated file.

i18n-locale

--i18n-locale

Specifies the source language of the application.

output-path

--output-path

Path where output will be placed.

out-file

--out-file

Name of the file to output.