SoftadminApi.Phrase_Translations

Type: Table-valued function

Returns language phrases in the specified language.

Parameters

@PhraseId mandatory int
Id of the language phrase to return.
@LanguageId mandatory int
The language id of the desired translation.
@DefaultLanguageId mandatory int
The default language id of the system. Used as fallback if no translation exists in the desired language. Should be obtained once using SoftadminApi.LanguageId_Default and passed as a variable to this function.