From: Jihoon Kim Date: Fri, 21 Apr 2017 02:50:13 +0000 (+0900) Subject: Fix i18n translation issue X-Git-Tag: accepted/tizen/unified/20170421.114516~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F24%2F126324%2F2;p=platform%2Fcore%2Fuifw%2Fise-default.git Fix i18n translation issue app-core does not support non reversed DNS type, so calls bindtextdomain directly. Change-Id: If0bd415b6be9fb271ba84ebc05a85dac65dd6e44 Signed-off-by: Jihoon Kim --- diff --git a/src/ise.cpp b/src/ise.cpp index d8a363a..d01bca1 100644 --- a/src/ise.cpp +++ b/src/ise.cpp @@ -1432,6 +1432,9 @@ ise_create() g_ui = new CSCLUI; } + bindtextdomain(PACKAGE, LOCALEDIR); + textdomain(PACKAGE); + /* Set scl_parser_type * default type is text xml * use command: export sclres_type="sclres_binary" to enable use binary resource