Change language String value
How to Change the language String value
Go to
lib > l10n > go to your language code
. Here you can change any string as you wantFor 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.

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