| Author |
Post |
|
|
#1 Mon Dec 05, 2005 6:35 pm
|
|
Member
Registered: Nov 2005
Posts: 22
Location: Riyadh
|
I translate UseBB Forum and you now that language files are independent and called by define syntax I'm using Arabic encoding windows-1256 , Right to Left My translation worked fine, But each time time I run my Forum , I should change my browser encoding to view Arabic characters How to enforce my browse to use selected language type Such as, I want my browser always use Arabic encoding, charset=windows-1256 with my Forum
|
|
|
#2 Mon Dec 05, 2005 6:38 pm
|
|
Developer
Registered: Apr 2004
Posts: 2215
Location: Belgium
|
$lang['character_encoding'] = 'windows-1256';
|
|
|
#3 Mon Dec 05, 2005 6:45 pm
|
|
Member
Registered: Nov 2005
Posts: 22
Location: Riyadh
|
Thanks I made that, But always as I say in my topic previous Each time I should change lang encoding in my browser
|
|
|
#4 Mon Dec 05, 2005 7:03 pm
|
|
Developer
Registered: Apr 2004
Posts: 2215
Location: Belgium
|
I just looked at your forum and it still has the default encoding. Did you uncomment the line?
|
|
|
#5 Mon Dec 05, 2005 7:11 pm
|
|
Member
Registered: Nov 2005
Posts: 22
Location: Riyadh
|
this what i made in lang file $lang['character_encoding'] = 'windows-1256'; how to uncomment lines? PLZ
|
|
|
#6 Mon Dec 05, 2005 9:00 pm
|
|
Developer
Registered: Apr 2004
Posts: 2215
Location: Belgium
|
Make sure you removed the # in front of the line. Oh, and you still have ltr set instead of rtl.
|
|
|
#7 Mon Dec 05, 2005 9:55 pm
|
|
Member
Registered: Nov 2005
Posts: 22
Location: Riyadh
|
Well that’s fine and it works well
|