Install Steam
sign in
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem


http://steamcommunity.com/app/225420/discussions/0/43099721790628013/
1.) Make sure to install libfontconfig:i386
2.)
rm $HOME/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libfontconfig.so.1
ln -s /usr/lib/i386-linux-gnu/libfontconfig.so.1 $HOME/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libfontconfig.so.1
3.)
rm $HOME/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libfontconfig.so.1
ln -s /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 $HOME/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libfontconfig.so.1
4.) Re-start Steam!
More:
Also try setting in Steam properties tab for the game the launch option LC_ALL=C.UTF-8 %command%
And leave STEAM_RUNTIME=1 or maybe try adding STEAM_RUNTIME=0 however the game might not start at all then or even steam itself not anymore.
In addition, I also need to change fonts.conf.
My fonts.conf(sans) was set like that... and still did not show any character in portal.
-----------------------------------------------------------------------------
<edit name="family" binding="strong">
<string>Dejavu Sans</string> <---- non korean font
<string>NanumGothic</string> <--- korean font
----------------------------------------------------------------------------
Nimbus Sans L font need to connect to other font which korean support.
I don't know why..... hmm may portal use Nimbus san font??
---------------------------------------------------------------------------------------------------------
<match target="pattern">
<test qual="any" name="family"><string>Nimbus Sans L</string></test>
<edit name="family" mode="assign" binding="same"><string>NanumGothic</string></edit>
</match>
------------------------------------------------------------------------------------------------------
=>>These 2 set are essential to me.