hyurichel
Topic Author
Posts: 2
Joined: 14 Feb 2012, 04:14

Is it possible use korean language?

16 Feb 2012, 06:31

we made korean language game.
and, I found korean is not appear in xaml player.

do you have a plane support multi language?

Regards
Choi.
 
User avatar
sfernandez
Site Admin
Posts: 2991
Joined: 22 Dec 2011, 19:20

Re: Is it possible use korean language?

16 Feb 2012, 14:56

Yes, you have to save your XAML files in UTF-8 and use a font that contains the glyphs to render Korean script.

I wrote the following example:
<Grid
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  Background="White">
    <TextBlock Foreground="Black" Width="400" VerticalAlignment="Center" TextWrapping="Wrap" Text="지난해 성공적으로 활동한 1기에 이어 올해 새롭게 선발될 소니 사운드 마스터 2기는 최상의 음향 기술을 자랑하는 소니의 사운드 제품을 직접 체험하고 홍보하며, 이를 통해 자신의 마케팅 아이디어를 제안하고 실행해 볼 수 있는 기회를 제공 받는다. 뿐만 아니라 소니 마케팅 담당자의 실무 중심 교육도 동시에 이루어져 글로벌 기업의 실전 마케팅을 직접 경험해 볼 수 있다." Margin="20" FontSize="24" FontFamily="/Fonts/#Arial Unicode MS"/>
</Grid>
As you can see in the image, korean glyphs are rendered correctly in XamlPlayer:
korean.png
korean.png (91.92 KiB) Viewed 5511 times
 
hyurichel
Topic Author
Posts: 2
Joined: 14 Feb 2012, 04:14

Re: Is it possible use korean language?

17 Feb 2012, 03:46

thanks a lot!! :)

Who is online

Users browsing this forum: Ahrefs [Bot], Semrush [Bot] and 43 guests