Skip to main content
Topic: Language problem (Read 2904 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Language problem

Hi, it is me again..

Now I am facing problem about language. For my forum I just use 1 language and the default language is English, but I dont know why on mobile it use Chinese font .. and on PC the Home symbol change to chinese too ..

And how to fix it, I have tried change the local but nothing change

thx for your help

Re: Language problem

Reply #1

That's the Font Awesome.
Seems like something may be amiss in the css for it.
A link would be useful, to see for myself.

Re: Language problem

Reply #2

Quote from: Burke Knight – That's the Font Awesome.
Seems like something may be amiss in the css for it.
A link would be useful, to see for myself.

the link is .. www.endejaya.com .. but maybe you need proxy, looks like my web host not give international bandwidth

Re: Language problem

Reply #3

What browser are you using?
Bugs creator.
Features destroyer.
Template killer.


Re: Language problem

Reply #5

Quote from: Burke Knight – Looks good to me, on Chrome for Android.
Tested with Chrome and  IE11 on Windows, both looking good.
Maybe there's a proxy between your PC and your website filtering /blocking content?
Thorsten "TE" Eurich
------------------------

Re: Language problem

Reply #6

Looks good to me as well ... like @Burke Knight stated, those icons are from the Font Awesome font set.

Usually if you are seeing Chinese Logogram characters it means one of two things:
1) you are using a really old browser, like ie7, those browsers do not support FA
2) Some server issue such as incorrect MIME type on some of the files or a CORS issue

If its a server issue, I'd suggest a few things to try ... probably the easiest is to try what I show in option C) since that will take care of the other issues, should those be issues at all.

A) IF its a CORS issue add to your .htaccess
Code: [Select]
<FilesMatch "\.(ttf|otf|eot|svg|woff|woff2)$">
    <IfModule mod_headers.c>
        Header set Access-Control-Allow-Origin "*"
    </IfModule>
</FilesMatch>

B) If its a MIME type issue add the following
Code: [Select]
 AddType application/vnd.ms-fontobject .eot
AddType application/font-woff .woff
AddType application/font-woff .woff2
AddType application/x-font-truetype .ttf
AddType image/svg+xml .svg
AddType application/x-font-opentype .otf

If you can't do anything to your server:
C) you can try to use a CDN to deliver the fonts instead (something I think we should add to the core TBH).  In Load.php
Code: (find) [Select]
	loadCSSFile('font-awesome.min.css');
Code: (replace) [Select]
	loadCSSFile('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');

Re: Language problem

Reply #7

Sorry for late reply, I've just finished my TCG event yesterday need full concentrate for preparation as tournament organizer

I tested it using 5 browser
- Chrome for Android (auto update)
- Mozilla Firefox 44.0.2
- Chrome for PC (auto update)
- Maxthon
- Internet Explorer (legacy :))

maxthon give a good result, but others is having the same problem ..

Re: Language problem

Reply #8

Would you mind asking other members of your forum if they have the same issue?
Where are you from and what language is the operating system? (I assume Windows?)
Bugs creator.
Features destroyer.
Template killer.

Re: Language problem

Reply #9

still a new forum and only 3 members including me for testing, no publication yet. One of the having the same case using his mobile (android) using Opera Mini browser, but the one using built in browser is all good

I'm from Indonesia, server language is Bahasa Indonesia,

server operating system is linux

mine is windows ^^
Last Edit: March 11, 2016, 06:47:00 pm by mozard


Re: Language problem

Reply #11

Yep, what radu said about Opera mini: it doesn't work with FA...

About the others, I really have no idea...
But you didn't tell me what language is your OS. ;D
Bugs creator.
Features destroyer.
Template killer.

Re: Language problem

Reply #12

Aw, sorry .. my PC/Phone default language is English, more familiar for me than Bahasa.

Following Radu's link .. I've read it, but not try it yet .. poor connection :( maybe because the solar eclipse :p