XmlWaveAnnouncerGetAvailableCultures Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Get a Dictionary containing details of the available cultures. The keys in the
Dictionary are the formal names of the cultures, for example "en-US". The values in
the dictionary are their descriptions, for example "US English". The sounds directory
used is the default "langs" directory in the GeoBase system's
data path.
Namespace:
Telogis.GeoBase.Navigation.Announcements
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static Dictionary<string, string> GetAvailableCultures()
Public Shared Function GetAvailableCultures As Dictionary(Of String, String)
Return Value
Type:
DictionaryString,
StringDictionary containing details of the available cultures.
See Also