From: Seoyeon Kim Date: Mon, 22 Mar 2021 06:42:52 +0000 (+0900) Subject: Update InputPanelLanguage enum description X-Git-Tag: dali_2.0.19~5 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=commitdiff_plain;h=0b93ddb956d576f4d6b702704d4e43e2a73c9a08 Update InputPanelLanguage enum description - 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. Change-Id: I5c20abacc3e05387dfae0bb0d3067346147998ad Signed-off-by: Seoyeon Kim --- diff --git a/dali/devel-api/adaptor-framework/input-method-context.h b/dali/devel-api/adaptor-framework/input-method-context.h index 1935b21..78556d8 100644 --- a/dali/devel-api/adaptor-framework/input-method-context.h +++ b/dali/devel-api/adaptor-framework/input-method-context.h @@ -95,7 +95,7 @@ public: enum class InputPanelLanguage { AUTOMATIC, ///< IME Language automatically set depending on the system display - ALPHABET ///< Latin alphabet at all times + ALPHABET ///< Latin alphabet(default). It can be changed according to OSD(On Screen Display) language. }; /**