.extractLabel: Extract label for locale. If not found, fallback to undefined language label (if any).
Description
Extract label for locale. If not found, fallback to undefined language label (if any).
Usage
.extractLabel(
locale = "en",
labels = list(),
localeKey = "locale",
valueKey = "value"
)