Skip to content

Copy & locales

Pass a text object to replace the built-in English copy. Any key you omit keeps its default:

lightning("init", {
text: {
bannerTitle: "We value your privacy",
bannerBody: "We use cookies to improve your experience…",
acceptAll: "Accept all",
rejectAll: "Reject all",
customize: "Customise",
save: "Save preferences",
preferencesTitle: "Privacy preferences",
downloadReceipt: "Download receipt",
// …doNotSell, poweredBy, preferencesBody
},
});
lightning("init", {
text: {
categories: {
statistics: {
label: "Analytics",
description: "Helps us understand how the site is used.",
},
},
},
});
lightning("init", { locale: "fr-FR" }); // BCP-47; defaults to the document language