XmlWaveAnnouncerGetAvailableCultures Method (String) | |
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".
Namespace:
Telogis.GeoBase.Navigation.Announcements
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static Dictionary<string, string> GetAvailableCultures(
string path
)
Public Shared Function GetAvailableCultures (
path As String
) As Dictionary(Of String, String)
Parameters
- path
- Type: SystemString
Path to the sounds directory.
Return Value
Type:
DictionaryString,
StringDictionary containing details of the available cultures.
See Also