Categories | Question details Back To List | ||
Multi-Language Support Well I am currently creating some templates using DHTMLX. As my Website is multilingual , thats why I want each template to be converted from English to any other Language . So whats an easy practice. Do remember that i am a begineer, so please give more explanatory answer. Thanks in Advance. Answer posted by Alex (support) on Aug 10, 2009 06:46 Hello, dhtmlx components are encoding agnostic. You can load data with any encoding and it will be processed correctly. - dhtmlxcalendar allows to define new language template. The sample is dhtmlxCalendar/samples/initialization/calendar_lang.html (http://dhtmlx.com/docs/products/dhtmlxCalendar/samples/initialization/calendar_lang.html). |