OpenPlugins Git
Vu+ Newbie
October 10, 2012
ims21 commented on commit E2OpenPlugins/e2openplugin-Foreca@790a7283c9

Read all...
ims21 commented on commit E2OpenPlugins/e2openplugin-Foreca@790a7283c9

use please:
LANGUAGE = language.getLanguage()[:2]
try:
locale.setlocale(locale.LC_COLLATE, language.getLanguage())
except:
pass
will be work for you and for PLi will be true nat. chars...
LANGUAGE = language.getLanguage()[:2]
try:
locale.setlocale(locale.LC_COLLATE, language.getLanguage())
except:
pass
will be work for you and for PLi will be true nat. chars...
Read all...