Greetings All,
I am given a job to make an existing database multi-language. Looking at the topics in this subject, I figured the easiest way to do that for me is to create language profile documents that store the text for labels, msgboxes, etc…
A combo box at home page let’s user to select the language and stores that to a user profile.
Labels are computed texts that lookup the appropriate language profile based on what user selected for language.
Now, the problem is that there will be multiple translation of each document and the views should display only documents that are in language that user set in their profile. Creating one view for each language wouldn’t be idea because language profiles are created by database manager and are somewhat dynamic.
I am looking for ideas on how to manage the display of the documents in this situation?
I appreciate any help
Basir