Postby huiZhang » 21 May 2015 10:36
Thank you for your reply !
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.
and i found zh_CN.po in vlc/po folder,but i don't know how to compile vlc with localized language.