This topic is locked

Check boxes

8/31/2005 7:35:23 AM
ASPRunnerPro General questions
A
axelm author

Hei
I have created a checkbox in my files when go to view they are written in english

Yes ore no is there any place I can chenge this to be ja ore nej.

Hope you can help me.
Rgds
Axel

Sergey Kornilov admin 9/1/2005

Hi,
you need to open generated \include\..._aspfunctions.asp file by any text editor, find this code snippet:

GetData = "Yes"

else

GetData = "No"


and replace it with this one:

GetData = "ja"

else

GetData = "nej"

A
axelm author 9/1/2005

Thanks it helped