UI Component Reference - v2.63.2
    Preparing search index...

    Interface TranslateOptions

    interface TranslateOptions {
        source?: "custom" | "global" | ("custom" | "global")[];
    }
    Index

    Properties

    Properties

    source?: "custom" | "global" | ("custom" | "global")[]

    Indicates in which translation source or sources the translation will be looked up. When provided as a list, the order defines which source takes precedence over another.

    Defaults to ["custom", "global"]