Hi, I'm new to the i18n package and I have some questions that are stopping me using in a brand new project.
1. What about simple units?
Let's say I have a unit with a lot of resourcestring in it, howe I can localize those strings (using a DataModule is not possibile, I've to localize THAT unit)?
2. What about non-string properties on a form?
In a language a Label caption could be longer than in another language. I should "localize" also the width property or the left property. Is it possibile using i18n?
Thank you