PDA

View Full Version : Language problem


tija
01-17-2006, 10:28 AM
can anyone tell me how to configure the language files even i have translate it it doesnt recognize the characters. so what else to do?

Mark
01-17-2006, 01:06 PM
What language did you try translating to? Make sure to either use utf-8 encoding or specific encoding for your language set.

tija
01-17-2006, 04:34 PM
Originally posted by Mark@Jan 17 2006, 12:06 PM
What language did you try translating to? Make sure to either use utf-8 encoding or specific encoding for your language set.
Can anyone tell me what is utf-8 encoding ?

Support
01-18-2006, 01:23 PM
Type of character encoding. Check the line in META section of the HTML file, something that looks like:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

Besides that, what language are you translating to? Does that language have it's specific character set encoding?