I've got a lot of text to display in an app I am working on. I know that this eats of resources so I'd like to put them somewhere else, like maybe a file that I stuff into the resource file, if that is possible. Also, I'm thinking to the future where I do a multi-language version.
So my question, how is this generally done? Do I move the text to a file and store it in the resource file? Does this file include text-line numbers that my app would use to locate the string it needs, etc.?
That's how I figure it is done, but I have no idea of how people actually do it. How is it done?
Thanks.