Click or drag to resize

DirectoryMessagesBundleGetAvailableCultures Method

Verizon Connect Logo
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.Internationalization
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static Dictionary<string, string> GetAvailableCultures(
	string rootPath,
	string bundleFilename
)

Parameters

rootPath
Type: SystemString
Root path containing directories for different cultures.
bundleFilename
Type: SystemString
Name of the XML file containing the configuration for a culture and placed within that culture's subdirectory.

Return Value

Type: DictionaryString, String
Dictionary containing details of the available cultures.
See Also