From f50928f5b7e5e5d9c664f77fd0125825cec18af0 Mon Sep 17 00:00:00 2001 From: Brandon Date: Thu, 14 Mar 2019 19:03:07 +0000 Subject: [PATCH] docs: remove configuration instructions at the top of the i18n guide (#29313) The instructions lead you to think you run this step before setting up your locale. The command is mentioned further in the guide after setup is complete. Closes #26052 PR Close #29313 --- aio/content/guide/i18n.md | 12 ------------ 1 file changed, 12 deletions(-) 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).