Hi
i have a table with Products. And i love the Data Dictionary and Language Support from Scriptcase. So my idea is not to put the name from the product (which is not same in every language) into the product table. I like to put something like this:
product_name: {lang_lovelySoap}
product_group: soaps
Then i make a Select Field with lookup like this:
SELECT product_name FROM products where product_group = “soaps”;
And then in the DataDictionary i enter the names for my Soaps. But this not work… in the select field i get not the name from the soap, i get {lang_lovelySoap}.
Have someone any idea how can i do this?
P.S: Yes i know, i can make rows for the different languages in my product table and then check the language and display the right row. But as i say: the language support in scriptcase is very lovely and i wish to use same procedure also for some usability stuff.
Best regards and thanks
Steve