Internationalizing an application
Hi,
I am building an app for a recruiting company that takes applications in four different languages (English, Spanish, Tagalog and Hungarian). Is there an easy way to 'internationalize' the app? By this I mean I want to be able to re-label all of the text fields in the appropriate language.
My initial thought was to use stateless forms to populate the main form. However, this won't work because I am using sub-forms.
The only other option I can think of is to just duplicate the form and change the field labels in the duplicates. However, I'm reluctant to do that because if the form fields change, I'll have to make changes on four different forms:S
Has anyone faced this kind of challenge before?