Font Book language requirements

If you want to do some reverse engineering: you can access the languages in AppleScript:

tell application "Font Book"
	tell first typeface
		set fontInfo to typeface additional info
		FBFaceLanguages of fontInfo
	end tell
end tell

And more about this, in case you are new to AppleScript.