Might be my question is too easy, but I don’t know how to resolve my problem. I created UISwitch in code:
UISwitch *soundSwitch = [[[UISwitch alloc]initWithFrame:CGRectMake(155, 10, 150, 50)] autorelease];
It show switch with 1/0 values. I want to show On/Off. If I put UISwitch in designer mode it shows On/Off. Why?
From what I figured out, if the current local is english then it will show “on/off” If its another language it will show I/0.