# File lib/espeak/voice.rb, line 21
    def self.find_by_language(lang)
      all.find { |v| v.language == lang.to_s }
    end