Import XLIFF in Ektron -
i working in ektron 8.0.
i have been trying import xliff files ektron through api.i made utilize of next piece of code achive this.
private void importtranslation() { seek { ektron.cms.localizationapi m_objlocalizationapi = new ektron.cms.localizationapi(); m_objlocalizationapi.startimporttranslation(); } grab (exception ex) { } }
i called function , added xliff file "uploadedfiles" directory programmatically. handled code in button click,and works charm! when wrote code in page_load event in workarea,in status tree construction shows next exception, "exception has been thrown target of invocation."
i supposed handle xliff import in webservice,it results in throwing same error.
can help me in resolving this?
ektron xliff
No comments:
Post a Comment