I want to have a specific version of Localizable.strings file to serve for people in Spain. However, in the case of general Spanish, i want to serve a different file.
Where is the documentation on how this is done?
or is it just that i need two Localizable.strings files in both es.lproj
and es-ES.lproj
?
Also, is it as easy as just creating the folder es.lproj
with Localizable.strings
file, and then in xCode do "Add files to project" ?