I am retrieving text from Localizable.strings and assigning to label
. I can't able to change the label colour. How to do this?
I tried like this way:
self.sampleLabel.text = NSLocalizedString(@"HELLO WORLD", nil);
. i am trying to change label text colour