I would like to localize my constants. Constants are defined and declared the usual way:
extern NSString * const kStringName; NSString * const kStringName = @\"
This is something you can't do.
Depending on why exactly you are trying to do, maybe a good solution would be to use a static string variable.