AddressFormatterGetLabelNames Method | |
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
)
Public Function GetLabelNames (
cultureName As String
) As IDictionary(Of String, String)
Parameters
- cultureName
- Type: SystemString
The culture name to format the string for.
Return Value
Type:
IDictionaryString,
StringThe label names in the language expected by the given culture.
Implements
IAddressFormatterGetLabelNames(String)See Also