Adding localization to the dashboard
Set up localization for your dashboard.
Overview
Setup Localization Files
export default {
welcomeDashboard: {
label: "Welcome Dashboard",
heading: "Welcome",
bodytext: "This is the Backoffice. From here, you can modify the content, media, and settings of your website.",
copyright: "© Sample Company 20XX",
}
};Register Localization Files
Using the Localization Files


Going Further
Last updated
Was this helpful?