I am creating an application for Dutch and English language. So I add my string values to Localizable.strings file. Now I want to change only one items first letter should be capitalized. For example, my string like this
A. I am in.
B. I am out.
I want to capitalize A. and B. and C. etc. I want to do it programmatically.
How can I do this in ios using swift as a language.