Quick link between titles
August 16, 2007 12:00 AM
Like andy states, a good way to do this is by building a course with textboxes hidden and visible. Take a variable and set it to 1 or 0. Name it something like language.Then create 2 buttons on the upper level of the course to represent the 2 languages you want to use. As an action, make them change the variable to 1 or 0, and make them refresh the page.Now comes the big job. On each coursepage, build an action for each item you have on the page. Now make the action take place as soon as someone opens the page. Make the item visible if the variable mentioned above is 1, and make it invisible if not. With some actions you will have the possiblity to create ELSE statements. You can use that one to activate the other language text box, which then saves you some work.You could try javascript and program some "loop" as well, but I don't know if it will work for certain. You could try something similair to the actions mentioned above, but because javascript is a programming language ( or trying to be one), it will be easier to make real for / if then and while statements.Good luck on this one!
Discussions have been disabled for this post