Table of Contents

TTMSFNCLocalizationLocalizer.AcceptedStatuses Property

Which translation statuses are applied to the application.

API unit family: TMS.TMSFNCLocalizationLocalizer Declaring type: TTMSFNCLocalizationLocalizer Type: TTMSFNCLocalizationStatuses

Syntax

property AcceptedStatuses: TTMSFNCLocalizationStatuses;

Remarks

Defaults to [lstApproved]: a translation is used only once somebody has approved it, and anything else falls back to the source text. This is what keeps a rejected or still-unreviewed string out of a running application, and it matches what the collector has always done at design time. Add lstProposed while a project is still being translated, if seeing the proposals is more useful than seeing the source language. An empty set applies any translation that has text.