Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
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
Hi,you need to open generated \include\..._aspfunctions.asp file by any text editor, find this code snippet:
GetData = "Yes"
and replace it with this one:
GetData = "ja"
Thanks it helped