Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Lingo.LingoGroupAttribute

Summary

Specifies information about a group of translatable strings. Use this on a field in an enum type which enumerates the available groups of strings.

Constructors

LingoGroupAttribute(string groupName, string description)
Constructor.

Instance properties

string Specifies a long description for the group, to be displayed above the list of string codes while the group is selected.
stringSpecifies a short name for the group, to be used in the listbox in the translation window.