This topic is locked

How to use different data field based on different language interface

1/13/2009 1:49:05 AM
ASPRunnerPro General questions
O
onewaygo author

There are two data fileds , one content is writen by English, another by French(or other), both content itself is essentialy same.
I know how to setup interface language by ASPRunnerPro.
I want to display English-content field if I switch language option to English and the French as do same.
How to program this function? it is a multi-culture web.
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=10623&image=1&table=forumtopics' class='bbc_emoticon' alt=':rolleyes:' />

J
Jane 1/13/2009

Hi,
you can check Session("language") in the Before display events on the Events tab and show or hide required fields.

Here is just a sample:

http://www.asprunner.com/forums/index.php?showtopic=6201