XmlWaveAnnouncer Constructor (String, String, Boolean) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
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.
Namespace:
Telogis.GeoBase.Navigation.Announcements
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public XmlWaveAnnouncer(
string path,
string cultureName,
bool debugMode
)
Public Sub New (
path As String,
cultureName As String,
debugMode As Boolean
)
Parameters
- path
- Type: SystemString
Path to languages directory. - cultureName
- Type: SystemString
The name of the culture, eg en-US. - debugMode
- Type: SystemBoolean
Whether to use debug mode.
See Also