Is it possible use korean language?
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.
and, I found korean is not appear in xaml player.
do you have a plane support multi language?
Regards
Choi.
-
sfernandez
Site Admin
- Posts: 3152
- Joined:
Re: Is it possible use korean language?
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:
As you can see in the image, korean glyphs are rendered correctly in XamlPlayer:
I wrote the following example:
Code: Select all
<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>
Who is online
Users browsing this forum: Ahrefs [Bot] and 0 guests