Spurtcommerce
DocumentAPI ReferenceAdd-ons
Docs
Docs
  • Overview
  • Getting Started
    • Introduction
    • Prerequisites
      • Server Configuration (Minimal)
      • Set up development environment
    • Development and Setup
      • API Setup
      • Environment Configuration
      • Store Front Setup
        • Angular Store Front
        • React Store Front
        • Flutter store front
      • Angular Admin Setup
      • Angular Vendor Setup
  • API Deployment and Setup
    • Deployment From Source Code
    • Deployment From Docker
    • Troubleshooting
  • Frontend Deployment Setup
    • Store Front Setup
      • React Store Front
      • Angular Store Front
      • Flutter Store Front
      • Troubleshooting
  • Front End Angular Admin Setup
    • Angular Admin
    • Troubleshooting
  • Front End Angular Vendor Setup
    • Angular Vendor
    • Troubleshooting
  • For Developers
    • Architecture
      • Back End API Architecture
      • Front-end Architecture
      • Technology stack
    • Performance
      • Benchmark
      • Image Optimzation
      • Load Balancing
      • RabbitMQ
      • Clustering
      • Database Load Balancing
    • Security
    • Testing Reports
      • Unit Testing Report
      • E2E Test Report
      • Vulnerability Test Report
        • Spurt Admin Report
        • Spurt Store Report
        • Spurt Vendor Report
      • Functional Test Report
  • How to Guides
    • Store Language Setup
    • Addon Management
    • Spurtcommerce Microservices Deployment
Powered by GitBook
On this page
  1. How to Guides

Store Language Setup

Multi-Language in Storefront gives an option for your End-Users to choose their language preference. They can change the language and view the static content (like buttons, labels, etc) in their language of choice.

In order to provide multi-language option, follow these steps:

1. In your Source Code, go to src/assets/i18n

2. Then, download the language folder.

3. You will find the list of English words on the left-hand side.

4. Provide the equivalent words in the language that you want to add (E.g., equivalent French or Spanish words for every English word.

5. Then, save it and upload the folder back in the same place.

6. Then, in the Admin Settings, add the additional language and activate it.

7. Your Storefront will be all set for an additional language choice for your customers.

PreviousFunctional Test ReportNextAddon Management

Last updated 7 months ago