Android how to Convert iOS strings file to Android XML
问题 I have ios string file that i want to convert into the Android xml file: This is the ios string file which i have want to convert into the Android xml file: /* Localizable.strings SaiÌda da Escola Created by farhan shah on 11/12/2013. Copyright (c) 2013 whizpool. All rights reserved. */ "settings_button" = "Settings"; "location" = "Destiny"; "Register_button" = "Register"; "logout" = "Log Out"; "login_button" = "Login"; "ok" = "Ok"; "yes" = "Yes"; "no" = "No"; the result should be like this