Skip to main content

Function: resolveRendererStrings()

resolveRendererStrings(overrides?): RendererStrings

Resolve the effective renderer strings for the given consumer-supplied partial catalog.

Missing keys fall back to the English defaults (defaultRendererStrings), so this never throws. The renderer bundles no translations — consuming apps own their translation files and pass them in via the renderer config rendererStrings option (see buildForm({ rendererConfigOptions: { rendererStrings } })).

Parameters

ParameterTypeDescription
overrides?Partial<RendererStrings>Consumer-supplied strings that take precedence over the English defaults.

Returns

RendererStrings