Korean Fonts in menu - [Solved]

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
alexwbf
Beginner
Beginner
Posts: 9
Joined: Fri Mar 21, 2008 5:10 pm

Korean Fonts in menu - [Solved]

Post by alexwbf »

Hi,
additional to the menus in english and german, I would like to do korean language menu as well. in the code menu_data.js I can't write that fonts.
any advice except using a graphic in the menu ?

thanks
alex
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: Korean Fonts in menu

Post by Ruth »

Hi,

I'm not sure I understand. If you can't type in Korean in the menu it might be that you don't have your computer set to use a Korean font and have Korean fonts on your computer? If you have the fonts then you need to set your computer to use them. I know there is something in XP to install eastern language support. You can click on help and then type Korean in the search option and it will give you a 'install eastern languages' as one option.

Ruth
alexwbf
Beginner
Beginner
Posts: 9
Joined: Fri Mar 21, 2008 5:10 pm

Re: Korean Fonts in menu

Post by alexwbf »

hi ruth,
I have the korean language pack installed. my translator send me for example in a word document the korean fonts. but if I copy and want to paste them in the menu_data.js it only shows some boxes. it works in normal html or php documents but not in the data.js where I supposed to insert the font
aI("text=대구 2008;url=#;")
alexwbf
Beginner
Beginner
Posts: 9
Joined: Fri Mar 21, 2008 5:10 pm

Re: Korean Fonts in menu

Post by alexwbf »

Ok, i got the solution.
The javascript file has to be saved with the UTF-8 code. the easiest is to open the notepad or texteditor and choose utf-8 format when saving.
when I then copy and paste korean fonts, it works.
greetings,
alex
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: Korean Fonts in menu

Post by Ruth »

Hi,

Glad you found a solution. Thanks for posting it :)

Ruth
Post Reply