Returns the buyer's language, as supported by the extension.
Returns the buyer's language, as supported by the extension.
export function useExtensionLanguage< ID extends RenderExtensionPoint = RenderExtensionPoint, >(): Language { const {localization} = useApi<ID>(); return useSubscription(localization.extensionLanguage); }
The BCP-47 language tag. It may contain a dash followed by an ISO 3166-1 alpha-2 region code.