Click or drag to resize

OpsScreenLookupGroupDataLanguageStrings Property

LanguageStrings are the strings associated with the Records indexed by ObjectNnumber The Language is based on the CurrentLangId on OpsContext. The index is by string because you cant identify the menu item uniquely without menu item master and menu item definition sequence number. See SCR 5705

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public Dictionary<string, DbStringEntry> LanguageStrings { get; set; }

Property Value

Type: DictionaryString, DbStringEntry
See Also