diff --git a/aio/content/guide/i18n.md b/aio/content/guide/i18n.md index 0a0005486e..6d95ca3e67 100644 --- a/aio/content/guide/i18n.md +++ b/aio/content/guide/i18n.md @@ -49,18 +49,6 @@ locale id to find the correct corresponding locale data. By default, Angular uses the locale `en-US`, which is English as spoken in the United States of America. -To set your app's locale to another value, use the CLI parameter `--configuration` with the value of the locale id that you want to use: - - - ng serve --configuration=fr - - -If you use JIT, you also need to define the `LOCALE_ID` provider in your main module: - - - - - For more information about Unicode locale identifiers, see the [CLDR core spec](http://cldr.unicode.org/core-spec#Unicode_Language_and_Locale_Identifiers).