- Timestamp:
- 09/12/08 12:23:42 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/Prompts.java
r2638 r2649 83 83 promptList = getPromptTextFile("brazilianPromptList.txt", 218); 84 84 } else if (Language.equals("ES")) { 85 promptList = getPromptTextFile("es","spanishPromptList.txt", 107); 85 promptList = getPromptTextFile("es","spanishPromptList.txt", 43); 86 } else if (Language.equals("FR")) { 87 promptList = getPromptTextFile("frenchPromptList.txt", 865); 86 88 } else { 87 89 System.err.println("getPromptTextFile error accessing prompt file for "+ Language + "using default English prompts");