Hi,
What is the best way for multi-language lookup tables ?
For example, you have tel types and these are listed in contacs form. The idea is to let the user choose a telephone type near the tel like home/work/fax etc. But according to the selected language the list should be filled with the data from where?
- language variables ? which causes the new lookup item entry problem !
- a small table with one column for each language ? then how the select SQL will be written !?
Any idea ?