Hello Trip, It's not really a true french formatter. I've just only copied the english formatter and change the value of getLanguageCode (fr) and getLanguageName (français) methods.
Thanks for your response. Regards, Laurent. 2008/6/4, Trip Gilman <[EMAIL PROTECTED]>: > > Laurent, > > Sorry for the late response. Your assumption about the operating > system default language was correct. If no language is explicitly set > through scripting, the runtime attempts to select the voice project whose > formatter supports the host systems locale. In your case the runtime was > looking for a french formatter. There should be some sort of "worst case" > fallback like picking the first voice project added to the application if > the host locale doesn't match anything. > > On a side note, when you implemented the SimpleFrenchVoiceFormatter is > it a copy of the english formatter or is it truly a french language > formatter? I'm just curious as I'm working on a tutorial for that API and > would love any feedback you might have on issues you experienced when using > it. > > Trip Gilman > > > On 6/4/08 9:11 AM, "Laurent Dufour" <[EMAIL PROTECTED]> wrote: > > Hello everyone, > > I solve the problem concerning playing an openVXML 3.0 application on > Windows XP (french version). > We must create a SimpleFrenchVoiceFormatter class in the package > org.eclipse.vtp.framework.interactions.voice.media > and specify this class in the manifest by adding a new extension. > > This change belong to create a french voice project and to attach it to an > application project. > > The deployment of the application works correctly with this change. > > Regards, Laurent. > > > > ------------------------------ > _______________________________________________ > vtp-dev mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/vtp-dev > > > _______________________________________________ > vtp-dev mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/vtp-dev > >
_______________________________________________ vtp-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/vtp-dev
