During Widget installation, we have this error message :
appcore: appcore: setlocale() error
This is due to a wrong initial value set for language vconf key (db/menu_widget/language).
It is used as argument of setlocale function.
Fix TZPC-3942
+* Mon Jul 29 2013 Baptiste DURAND <baptiste.durand@eurogiciel.fr> accepted/tizen/20130723.173843@e61ca35
+- Fix initial value for Vconf widget languague Key
+
* Tue Jul 09 2013 Baptiste DURAND <baptiste.durand@eurogiciel.fr> accepted/tizen/20130628.165836@f5fdef3
- Improve performence of app_info.db creation/insertion of a package in app_info.db
%post
vconftool set -t string db/ail/ail_info "0" -f
vconftool set -t string db/menuscreen/desktop "0" -f
-vconftool set -t string db/menu_widget/language "US" -f
+vconftool set -t string db/menu_widget/language "en_US.utf8" -f
CHDBGID="6010"