Change Client font !

cielthephantom

New member
Messages
10
Points
0
Github
Cielthephantom
Hello  , I want to change Client font to Unicode for support my language , anyone know how ?

when im type " Xin chào " mean " hello" , it will show " Xin ch?o" in client
default_sad.png


 
Check your langtype in clientinfo.xml

For further info read the wiki bout clientinfo.xml

 
yes im changed langtype to 15 but no luck .. the client cant display our language.. any other way?

 
try langtype 10 or 11, those are pretty universal

 
Try 1, america, anyway you can type tildes or 18

+-----+------------------------+-------------------+

| int | enum SERVICETYPE | "servicetype" tag |

+-----+------------------------+-------------------+

| 0 | SERVICETYPE_KOREA | korea |

| 1 | SERVICETYPE_AMERICA | america |

| 2 | SERVICETYPE_JAPAN | japan |

| 3 | SERVICETYPE_CHINA | china |

| 4 | SERVICETYPE_TAIWAN | taiwan |

| 5 | SERVICETYPE_THAI | thai |

| 6 | SERVICETYPE_INDONESIA | indonesia |

| 7 | SERVICETYPE_PHILIPPINE | philippine |

| 8 | SERVICETYPE_MALAYSIA | malaysia |

| 9 | SERVICETYPE_SINGAPORE | singapore |

| 10 | SERVICETYPE_GERMANY | germany |

| 11 | SERVICETYPE_INDIA | india |

| 12 | SERVICETYPE_BRAZIL | brazil |

| 13 | SERVICETYPE_AUSTRALIA | australia |

| 14 | SERVICETYPE_RUSSIA | russia |

| 15 | SERVICETYPE_VIETNAM | vietnam |

| 17 | SERVICETYPE_CHILE | chile |

| 18 | SERVICETYPE_FRANCE | france |

| 19 | SERVICETYPE_UAE | uae |

+-----+------------------------+-------------------+

 
Try 1, america, anyway you can type tildes or 18

+-----+------------------------+-------------------+
| int | enum SERVICETYPE | "servicetype" tag |
+-----+------------------------+-------------------+
| 0 | SERVICETYPE_KOREA | korea |
| 1 | SERVICETYPE_AMERICA | america |
| 2 | SERVICETYPE_JAPAN | japan |
| 3 | SERVICETYPE_CHINA | china |
| 4 | SERVICETYPE_TAIWAN | taiwan |
| 5 | SERVICETYPE_THAI | thai |
| 6 | SERVICETYPE_INDONESIA | indonesia |
| 7 | SERVICETYPE_PHILIPPINE | philippine |
| 8 | SERVICETYPE_MALAYSIA | malaysia |
| 9 | SERVICETYPE_SINGAPORE | singapore |
| 10 | SERVICETYPE_GERMANY | germany |
| 11 | SERVICETYPE_INDIA | india |
| 12 | SERVICETYPE_BRAZIL | brazil |
| 13 | SERVICETYPE_AUSTRALIA | australia |
| 14 | SERVICETYPE_RUSSIA | russia |
| 15 | SERVICETYPE_VIETNAM | vietnam |
| 17 | SERVICETYPE_CHILE | chile |
| 18 | SERVICETYPE_FRANCE | france |
| 19 | SERVICETYPE_UAE | uae |
+-----+------------------------+-------------------+
1 wouldn't support special characters, from my experience 10 and 11 are the most universal ones

 
Back
Top