简体   繁体   中英

Xamarin.iOS how can I localized storyboard and nib files

how can I add new language at Xamarin.iOS

I follow this tutorial to add new language but I stuck in localization of StoryBoard and nibs

should I create these directories manually

在此处输入图片说明

I mean Base.lproj Directory and move my storyboard inside it , then create my language directory inside Resources and include MainStoryboard.strings file

and if yes how can I get all ids of my controls

Sample of what I am asking for

"SXg-TT-IwM.placeholder" = "nombre de la tarea";

should I do manually or there are away in Xamarin.iOS

You need to create manually for the folder and files.For the id of all your controls, you will need to check inside your storyboard file->Properties pane->Widget->Localization ID. The following is images from Xamarin guide: 在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM