Change language String value

How to Change the language String value

  1. Go to lib > l10n > go to your language code. Here you can change any string as you want

  2. For example, if you want to change the "Welcome to V-Card App" string in your app, then find that string in the lib > language file. JSON files and replace them with your string.

  1. And if you want to change or convert that string in all languages or some language, then you have to find that string label in all .json files and replace the string with your string name.

Last updated