Technote Details :: Resources from certain languages do not display right on ASP VBScript
Issue
The language I use in my site is Japanese. After translating the resources from English to Japanese, they do not look right when I preview the page with MX Calendar components in browser.
I use the ASP VBScript server model.
Reason
The variable that allows correct oriental languages usage is set by default on false. Also, the right encoding (charset) has to be properly set (the default one is set to Japanese).
Solution
In order to make characters in these languages display correctly, there are two changes you have to make in the \includes\common\lib\resources\KT_ResourcesFunctions.inc.asp file:
- Locate the KT_oriental_language = false line and replace false with true.
- Locate the streamFile.Charset = "Shift_JIS" line and make sure the right encoding for your language is used (the default one is Japanese).