method
IssueTarget.Locale
Locale selects an exact translation in an all-locales candidate envelope. Ordinary callbacks inherit their exact locale and do not need this selector. A target cannot request fallback or leave an exact-locale callback's scope.
Arguments
| Argument | Type | Description |
|---|---|---|
locale | schema.LocaleCode | The locale value. |
Returns
The declared result.
IssueTargetFull signature
func (target IssueTarget) Locale(locale schema.LocaleCode) IssueTargetRelated types
IssueTargetIssueTarget selects the current field or a descendant of its candidate value. It is immutable. Repeated rows use their _key, never their display position. Configuration and runtime identities are supplied by Ridu when validation runs.
LocaleCodeA validated locale identity used by operations, manifests, and storage.