From 4e3f6e942f3645fa598ca49a1a97cb4bc60a38da Mon Sep 17 00:00:00 2001 From: Andy Stark <30621568+therealandeeee@users.noreply.github.com> Date: Mon, 12 Nov 2018 11:51:15 +0000 Subject: [PATCH] [ADF-3731] Added more detail about locale language selection (#3959) --- docs/core/language-menu.component.md | 23 ++++++------ docs/user-guide/internationalization.md | 47 ++++++++++++++++++------- 2 files changed, 47 insertions(+), 23 deletions(-) diff --git a/docs/core/language-menu.component.md b/docs/core/language-menu.component.md index 3231eb4943..032fdc2a92 100644 --- a/docs/core/language-menu.component.md +++ b/docs/core/language-menu.component.md @@ -1,17 +1,18 @@ --- Added: v2.0.0 Status: Active +Last reviewed: 2018-11-09 --- # Language Menu component -Displays all the languages that are present in the "app.config.json" or the default one (EN). +Displays all the languages that are present in "app.config.json" and the default (EN). ![Language Menu screenshot](../docassets/images/languages-menu.png) ## Basic usage -How to attach an ADF Language Menu as main menu +How to attach an ADF Language Menu as a main menu ```html