I need to save 3 localized big text blocks in different languages. Each text block is about 1700 letters. Is the best way to save it in .rrc files?
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.
Typically rrc files hold application UI text, which is shorter – on the order of 100 character or so. 1700 is a bit large but if the text fits into the .rrc file without issue, you should be fine. rrc files are the intended place for translations that match the device’s language setting.