2012-12-13 37 views
0

可能的複製在this post,但我問的意見,並沒有得到任何迴應,所以在這裏寫本地化完成MPMoviePlayerViewController的按鈕不支持的語言

所以,主要的問題是程序本地化或更改按鈕標籤文本用於MPMoviePlayerViewController中的「完成」按鈕。在我鏈接的文章中,這些語言的解決方案默認包含在iPhone語言支持(英語,德語,俄語等)中,但我需要本地化爲立陶宛語(lt),拉脫維亞語言(lv),其中不在那裏。有沒有其他機會改變這個標籤?

+0

您是否找到解決方案?我正在尋找它... –

回答

0
id mpBarAppearance = [UIBarButtonItem appearanceWhenContainedIn:[MPMoviePlayerViewController class], nil]; 
if (!iOS > 5) [mpBarAppearance setTitle:@"YourText"];