Page 1 of 1

How to localize play failed Error Message ?

Posted: 22 May 2015 02:37
by huiZhang
Hello,
I compiled vlc for ios an used libMobileVLCKit.lib in my app, i want to show localized language warning message when it played failed ,e.g. when i use it play wrong video or url. it show error message in alertView "VLC can't recognize the input's format the format of 'ifle:///......... Have a look at the log for details" , i want to use local language text.
Thanks.

Re: How to localize play failed Error Message ?

Posted: 23 May 2015 21:00
by fkuehne
You need to compile libvlc with Gettext, embed the respective .mo files in your app bundle and hope for the best.

Re: How to localize play failed Error Message ?

Posted: 25 May 2015 07:46
by huiZhang
Thank you for your Reply.
i installed Gettext , but found nothing about compile libVlc with Gettext by google,could you give me a example how to do this please ? Thanks!