LINE cannot use Thai

Questions about Wine on Linux
Locked
ts406
Newbie
Newbie
Posts: 2
Joined: Sun Mar 20, 2016 4:51 pm

LINE cannot use Thai

Post by ts406 »

I am running LINE on wine 1.6.2 on Ubuntu 14.04LTS and it cannot display Thai. The mscorefont were install the locale was set as the following: LANG=en_GB.UTF-8 LANGUAGE=en_GB:en LC_CTYPE="en_GB.UTF-8" LC_NUMERIC=en_GB.UTF-8 LC_TIME=en_GB.UTF-8 LC_COLLATE="en_GB.UTF-8" LC_MONETARY=en_GB.UTF-8 LC_MESSAGES="en_GB.UTF-8" LC_PAPER=en_GB.UTF-8 LC_NAME=en_GB.UTF-8 LC_ADDRESS=en_GB.UTF-8 LC_TELEPHONE=en_GB.UTF-8 LC_MEASUREMENT=en_GB.UTF-8 LC_IDENTIFICATION=en_GB.UTF-8 LC_ALL= C C.UTF-8 de_AT.utf8 de_BE.utf8 de_CH.utf8 de_DE.utf8 de_LI.utf8 de_LU.utf8 en_AG en_AG.utf8 en_AU.utf8 en_BW.utf8 en_CA.utf8 en_DK.utf8 en_GB.utf8 en_HK.utf8 en_IE.utf8 en_IN en_IN.utf8 en_NG en_NG.utf8 en_NZ.utf8 en_PH.utf8 en_SG.utf8 en_US.utf8 en_ZA.utf8 en_ZM en_ZM.utf8 en_ZW.utf8 ja_JP.utf8 nds_DE nds_DE.utf8 nds_NL nds_NL.utf8 POSIX th_TH th_TH.tis620 th_TH.utf8

and i have tried copy fonts from windows to the .wine/c/windows/font and usr/share/wine/font but it still dose not work

Please help. PS: abit of the story since i try to migrate fully to linux anyone know a good way that i can still play my EA game ? would the wine origin work well?
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: LINE cannot use Thai

Post by dimesio »

You have to set LANG=th_TH.UTF-8 in the command line when you start the app.

You also need to upgrade Wine; 1.6.2 is over two years old and no longer supported.
ts406
Newbie
Newbie
Posts: 2
Joined: Sun Mar 20, 2016 4:51 pm

Re: LINE cannot use Thai

Post by ts406 »

Tried it, but still doesn`t work.
def4332221
Level 2
Level 2
Posts: 15
Joined: Sat Mar 12, 2016 3:59 am

Re: LINE cannot use Thai

Post by def4332221 »

do you have the thai fonts installed in ubuntu? you can check by typing this command in a root console 'dpkg -l | grep fonts-thai-tlwg'
if you have it installed you should see it listed.

also i would suggest that you update your version of wine. you can install it by using this guide https://wiki.winehq.org/Ubuntu

if you want to know if a application runs under wine a good place to check is the wine appdb https://appdb.winehq.org/
in the appdb you can find out if a program works, or if someone has gotten it to work with certain work arounds.

also since you are new to wine i'd suggest you'd read the FAQ located at https://wiki.winehq.org/FAQ since it contains a lot of useful information about wine and the wine project.
Locked