Can I use public static classes with string constants for i18n my app? I mean, could Apple reject app, which is not use lproj-folders and strings-files for i18n?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
People are using all kind of solutions (including the use of .lproj, .net-like, gettext-like) and I never heard of a rejection based on this. I think the promotion of localized applications is much more important (to everyone, including Apple) that the tooling/tech choices to implement it.
OTOH rolling your own might not be the best way forward, i.e. problem other people solved are problems you wont have to solve yourself 😉
Rdio has open sourced vernacular which is targeted for mobile .NET applications (i.e. MonoTouch, Mono for Android and Windows phones).