Share via


SysTranslationHelper::filterTranslationTable Method [AX 2012]

Sets the language range for the global language for the passed data set.

Syntax

client server public static QueryBuildRange filterTranslationTable(FormDataSource _mainDataSource, FieldId _languageFieldId)

Run On

Called

Parameters

  • _mainDataSource
    Type: FormDataSource Class
    An instance of the FormDataSource data type that represents the form data source to which to apply a range.
  • _languageFieldId
    Type: FieldId Extended Data Type
    An instance of the FieldId data type that indicates the field ID of the language.

Return Value

Type: QueryBuildRange Class
A query range of the QueryBuildRange data type after applying a language filter.

See Also

Reference

SysTranslationHelper Class