From: "Eder QuiƱones" Date: 2007-08-21T09:04:14+09:00 Subject: WIN32OLE & SAPI Hi, Does anyone knows how to set the language to Spanish in SAPI, This is what I Have: [code] require 'win32ole' @obj_voice = WIN32OLE.new("SAPI.SpVoice") @obj_get_voices = @obj_voice.GetVoices @obj_get_voices.each { |voice| puts voice.GetDescription } @obj_voice.speak "Hola Mundo!" [/code] Any help would be highly appreciated -- Posted via http://www.ruby-forum.com/.