Print this Page

LOCALIZATION Functions

Below is a listing of all the functions.

 

GetCountries

GetCountries

Gets a list of all the countries in the FuseTalk database.

 

Return Type:  Country()

 

Related Items

GetCountryByID
 

GetCountryByID

GetCountryByID

Get a country from the FuseTalk database based on an ID.

 

Return Type:  Country

 

Name

Type

Description

CountryID

Integer

The ID of the country you want to retrieve.

 

Related Items

GetCountries
 

GetStateByID

GetStateByID

Get a State/Province from the FuseTalk database based on an ID.

 

Return Type:  State

 

Name

Type

Description

StateID

Integer

The ID of the state you want to retrieve.

 

Related Items

GetStates

 

GetStates

GetStates

Get all the states/provinces from the FuseTalk database.

 

Return Type:  State()

 

Related Items

GetStateByID

 

GetTimeZoneByID

GetTimeZoneByID

Get a TimeZone from the FuseTalk database based on an ID.

 

Return Type:  TimeZone

 

Name

Type

Description

TimeZoneID

Integer

The ID of the TimeZone you want to retrieve.

 

Related Items

GetTimeZones

 

GetTimeZones

GetTimeZones

Get all the TimeZones from the FuseTalk database.

 

Return Type:  TimeZone()

 

Related Items

GetTimeZoneByID