🥞
FoodZone
  • Multivendor/Stores App Setup in Flutter
  • Inside Packages
  • Application Installation
  • Admin Panel Installations
  • Restaurant owner Application
  • Driver Application
  • Google Map API and Google Place Picker API Setup
  • Firebase Push notification Configurations
  • Payment GateWay Integrations
  • Add proguard-rules.pro file for live Payment Key
  • Change Theme Color and Logo
  • Change Application Font
  • Change Application Name
  • Change Application Icon
  • Required things of admin panel and application
  • Billing & Invoice Functionality
  • How to Resolve Android Stripe Error?
  • Localization/Language Modification
  • How to add or delete the google Admob
  • Important links
  • Acknowledgment
Powered by GitBook
On this page
  • 1) For Admin Panel
  • 2) For Flutter Mobile Application.

Was this helpful?

Localization/Language Modification

Latest version of application and admin panel which support multiple language.

PreviousHow to Resolve Android Stripe Error?NextHow to add or delete the google Admob

Last updated 4 years ago

Was this helpful?

The latest version of application and admin panel supports multiple languages. The Buyer can add and change or replace the existing string with a new title or string.

The Buyer can replace new string very easily on both the platform Admin Panel and Flutter mobile application.

1) For Admin Panel

We provide Restaurant and Owner Admin panel on a single platform. You must have to change for both.

You must have to follow the paths.

  • admin/language/english/common_lang.php

  • owners/language/english/common_lang.php

2) For Flutter Mobile Application.

We have added four different languages but you can add as per your requirements. Also, you can replace the existing string with the new string title.

go to lib/generated/i18n.dart file and replace it with the existing title string.

Replace Admin Panel String With your new String.
How to replace String File on Flutter Application.