Can someone explain to me how .string files can be used in iPhone SDK similar to how .plist files can be converted into NSDictionaries?
Edit: I want to be able to use it like this:
NSDictionary *dict = [[NSDictionary alloc] initWithContentsOfFile:@"dict.plist"];
NS???? *strings = [[NS???? alloc] initWithContentsOfFile:@"Strings.strings"];