paragui-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [paragui-dev] Does paragui support korean language?


From: Alexander Pipelka
Subject: Re: [paragui-dev] Does paragui support korean language?
Date: Thu, 15 Apr 2004 23:13:28 +0200

Hi!

AFAIK, this has never been done.
Maybe someone did it, but i didn't get any report about it.

Ok. I'll tell you what I did:
I'm mainly using paragui in embedded devices. I'm also using
multilangual GUI's via the GNU gettext interface. Till now I only used
Latin 1/2 character sets.

I think it should be possible to use any language if there are these two
prerequisites set:

- use a font providing the needed character set
- use the right text encoding (gettext does this)

A simple method to try this would be:

Create a minimal ParaGUI app (as seen in that samples provided in the
"test" directory).

Set the right font providing a korean character set with:
app.SetFontName("my_korean_font.ttf")
after loading the theme and before creating any widgets.

I'm just guessing here. But I think it should work. If not: Tell me what
happens. It would be great if we could work out a solution for this.

Alex

Am Die, den 13.04.2004 schrieb 최철민 um 5:23:
> Hi, every paragui developers.
> 
>  
> 
> I’m a Korean. I wanna know if the paragui lib supports Korean
> language?
> 
> If not, how can I implement it?
> 
> And, how about Chinese language?
> 
>  
> 
> I’m waiting your reply. Thank you, everybody.
> 
> Regards.
> 
>  
> 
>  - Choe, 2004-04-13
> 
> 
> 
> ______________________________________________________________________
> _______________________________________________
> paragui-dev mailing list
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/paragui-dev





reply via email to

[Prev in Thread] Current Thread [Next in Thread]