Windows Phone 8: supports Native Unicode (Malayalam)? -


i want make windows phone 8 application support malayalam unicode

i want use native languages in windows phone app. have done in android loading font files asset folder. there same way in windows support native languages? how can implement in windows phone 8? if ideas pls me.

i want build app like this. app using malayalam indian language.

following steps may you:

  1. create folder in project called "fonts" (without quotes)
  2. copy font file (*.ttf) in folder. example arial.ttf (font name arial ui)
  3. set "copy output directory" property "copy if newer"
  4. and use following syntax access font in xaml

so, if have malayalam.ttf file hello world font in it, fontfamily="fonts/malayalam.ttf#hello world"

you can find more infrormation here: http://blog.kulman.sk/using-custom-fonts-in-windows-phone-apps/

hope, helps.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -