LocalizationValue

LocalizationValue

The localized value and associated metadata for a specific locale. Use the status discriminator to narrow the type:

Definition

type LocalizationValue = LocalizationValueNew | LocalizationValueNeedsReview | LocalizationValueDone | LocalizationValueWarning

  • "new" - A value that is currently not set.

  • "needsReview" - A value that has been set but marked as needing review.

  • "warning" - A value that has been set but has warnings.

  • "done" - A value that has been set and is complete.

Methods & Properties