How to set localized app shortcut name on android phone home screen

Hello,
Please help me to set localized app shortcut name on android phone home screen.
for example, when my phone language setting is English, my app name one the android phone home screen is “AppEnglish”, when I switch my phone language setting to French, my app name one the android phone home screen is “AppFrançais”. I know from the Expo docs, it is working for ios by adding
“infoPlist”: {
“CFBundleAllowMixedLocalizations”: true
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.