How to use NSLocalizedString in cocos2d-x?

hi guys:

how to use it? want to help :slight_smile:

//self.titleLabel.text = NSLocalizedString(@“TITLE”, nil);

You had to wrap objc api into c*+ via “.mm” file. Apple website has documents described how to mix c*+ & objc, that’s the key.