xcode - iOS app localisation, how to organise localisable data? -
i have app, quizzes , have bunch of questions in localise. ui , resources easy done, data?
i have 1 solution in mind, add additional flag model, smth 'locale'
(for example {locale: "eng"}
, filter data storage according user settings, wonder there way. couldn't find far.
yes there better way one. have add strings files in project each language want show in app. can refer a internationalisation tutorial!
Comments
Post a Comment