EMTranslationResourceRepositoryGetTranslationResources Method

Alterian Email Manager 6.2.3 SDK Help File
Gets the collection of translated resource strings and IDs for a given language.

Namespace:  DMLibrary.Repository
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public IList<EMTranslationResource> GetTranslationResources(
	int translationID
)

Parameters

translationID
Type: SystemInt32
The ID of the language requested. SET ID = 1 for Default.

Return Value

Type: IListEMTranslationResource
A collection of translated phrases and their resource IDs

Implements

IEMTranslationResourceRepositoryGetTranslationResources(Int32)
See Also