TtfNameTable.GetMultiLanguageNameById

GetMultiLanguageNameById(NameId)

Returns a name by nameId.

public MultiLanguageString GetMultiLanguageNameById(NameId nameId)
ParameterTypeDescription
nameIdNameIdName Id.

Return Value

Name.

See Also


GetMultiLanguageNameById(NameId, PlatformId)

Returns a name by nameId using platform identifier passed.

public MultiLanguageString GetMultiLanguageNameById(NameId nameId, PlatformId platformId)
ParameterTypeDescription
nameIdNameIdName Id.
platformIdPlatformIdPlatform Id.

Return Value

Name.

See Also


GetMultiLanguageNameById(NameId, PlatformId, ushort)

Returns a name as object of type MultiLanguageString. Method collects all NameRecord structures which coincide with passed parameters nameId, platformId and platformSpecificId and then builds resultant object based on this structures list.

public MultiLanguageString GetMultiLanguageNameById(NameId nameId, PlatformId platformId, 
    ushort platformSpecificId)
ParameterTypeDescription
nameIdNameIdName Id.
platformIdPlatformIdPlatform Id.
platformSpecificIdUInt16Platform specific Id.

Return Value

Name.

See Also