How do you specify supported app languages for iOS

That is a really good question, took some digging to figure out an answer.
So this post on SO is pretty good at showing you how you would set your app up to show that is supports multiple languages

Essentially, you create multiple directories, say for spanish es.lpoj and in there you’d make a file, InfoPlist.strings.

You could just make the file and link up the directories within xcode and you should be good.