DirectoryMessagesBundleGetDefaultCulture Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Get the full name of the default culture.
Namespace:
Telogis.GeoBase.Internationalization
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static string GetDefaultCulture(
string rootPath,
string bundleFilename
)
Public Shared Function GetDefaultCulture (
rootPath As String,
bundleFilename As String
) As String
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:
StringThe full name of the default culture, for example "en-US".
See Also