Click or drag to resize

DataGridTranslate Method

Translate order: 1. Client translate with or without table name and data field name. 2. Database translate with or without table name and data field name. 3. No found then set value from DataGrid field ColumnLabelDefault

Namespace:  SOWIApp.Management
Assembly:  SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static void Translate(
	ref List<DataGrid> pDataGridView,
	Dictionary<string, string> pDictionaryUI
)

Parameters

pDataGridView
Type: System.Collections.GenericListDataGrid

[Missing <param name="pDataGridView"/> documentation for "M:SOWIApp.Management.DataGrid.Translate(System.Collections.Generic.List{SOWIData.Management.DataGrid}@,System.Collections.Generic.Dictionary{System.String,System.String})"]

pDictionaryUI
Type: System.Collections.GenericDictionaryString, String

[Missing <param name="pDictionaryUI"/> documentation for "M:SOWIApp.Management.DataGrid.Translate(System.Collections.Generic.List{SOWIData.Management.DataGrid}@,System.Collections.Generic.Dictionary{System.String,System.String})"]

Remarks
Search with table name and data field name is specification translate for this table. Search only data field name is general translate. Include help value for use tooltip.
See Also