I'm using this tts plugin which has a GetInstalledLanguages() method - this seems to return all languages that are valid to pass into the Speak() method, rather than the ones actually available for speech.
Is this correct or am I doing something wrong? Is there anyway to check if a certain language is installed and available?