XmlWaveAnnouncer Constructor |
Name | Description | |
---|---|---|
XmlWaveAnnouncer |
Create an XmlWaveAnnouncer that uses a sounds directory set to the default "langs"
directory in the GeoBase system's data path and
a culture set to CurrentCulture.
| |
XmlWaveAnnouncer(String) |
Create an XmlWaveAnnouncer that uses the specified languages directory and a culture
set to CurrentCulture.
| |
XmlWaveAnnouncer(String, CultureInfo) |
Create an XmlWaveAnnouncer that uses the specified sounds directory and culture.
| |
XmlWaveAnnouncer(String, CultureInfo, Boolean) |
Create an XmlWaveAnnouncer that uses the specified sounds directory and culture, with
the option to turn debug mode on. In debug mode,
MessagesBundleExceptions will be thrown when
errors are encountered in the culture's configuration file.
| |
XmlWaveAnnouncer(String, String, Boolean) |
Create an XmlWaveAnnouncer that uses the specified sounds directory and culture, with
the option to turn debug mode on. In debug mode,
MessagesBundleExceptions will be thrown when
errors are encountered in the culture's configuration file.
|