From 93b60164505037a2392277aa85368dcdd0a774e1 Mon Sep 17 00:00:00 2001 From: Seoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com> Date: Mon, 22 Mar 2021 15:41:03 +0900 Subject: [PATCH] [NUI] Update InputPanelLanguage enum description (#2770) - InputPanelLanguage.Alphabet enumeration can be changed according to OSD language. - For instance, if OSD language is not Latin alphabet, such as Korean and Arabic, IME default language would change to English. If OSD language is Latin alphabet, such as French and Spanish, IME default language would be OSD language itself. Signed-off-by: Seoyeon Kim --- src/Tizen.NUI/src/public/Input/InputMethodContext.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Tizen.NUI/src/public/Input/InputMethodContext.cs b/src/Tizen.NUI/src/public/Input/InputMethodContext.cs index 6c8f1af..a7352d5 100755 --- a/src/Tizen.NUI/src/public/Input/InputMethodContext.cs +++ b/src/Tizen.NUI/src/public/Input/InputMethodContext.cs @@ -369,7 +369,8 @@ namespace Tizen.NUI /// 8 Automatic, /// - /// Latin alphabet at all times. + /// Latin alphabet. (default) + /// This value can be changed according to OSD(On Screen Display) language. /// /// 8 Alphabet -- 2.7.4