Click or drag to resize

AddressFormatterGetLabelNames Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns a dictionary of LabelNames mapping to the label name in the given culture.

Namespace:  Telogis.GeoBase.Addresses
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public IDictionary<string, string> GetLabelNames(
	string cultureName
)

Parameters

cultureName
Type: SystemString
The culture name to format the string for.

Return Value

Type: IDictionaryString, String
The label names in the language expected by the given culture.

Implements

IAddressFormatterGetLabelNames(String)
See Also