NSString *_tmpStr=[NSString stringWithFormat:@"%@",[_mainDictionary objectForKey:@"Describe"]];
Label.text=NSLocalizedStringFromTable(_tmpStr,[defaults stringForKey:@"language"],@"注意内容");
[NSTimer scheduledTimerWithTimeInterval:0.5target:self selector:@selector(yourmethod) userInfo:nil repeats:NO]
NSString *soundPath=[[NSBundle mainBundle] pathForResource:NSLocalizedStringFromTable([_dictionary objectForKey:@"sound"],[defaults stringForKey:@"language"],@"提示") ofType:@"mp3"];
NSURL *soundUrl=[NSURL fileURLWithPath:soundPath];
_player=[[AVAudioPlayer alloc] initWithContentsOfURL:soundUrl error:nil];
NSString *soundPath=[[NSBundle mainBundle] pathForResource:@"sound" ofType:@"mp3"];
NSURL *soundUrl=[NSURL fileURLWithPath:soundPath];
_player=[[AVAudioPlayer alloc] initWithContentsOfURL:soundUrl error:nil];