Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: List<LanguageHelper<TTranslation>.Entry> ListCurrentEntries()

Declaration

protected List<LanguageHelper<TTranslation>.Entry> ListCurrentEntries()

Summary

Returns a list of UI control descriptors whose state is applicable at the time of invocation. This method should be invoked every time prior to displaying UI, to obtain the up-to-date UI state. The entries returned are not "live" and will not be updated to reflect any changes.

Remarks

The list is guaranteed to have at least one item, the default language. Exactly one item will have LanguageHelper`1<T1>.Entry.IsCurrentLanguage set to true.