1

For iOS its simple; There is a plist setting. For cordova ios platform just use for example:

<edit-config target="CFBundleLocalizations" file="*-Info.plist" mode="overwrite">
   <array>
       <string>de</string>
       <string>en</string>
   </array>
</edit-config>

How to archive the same for android platform?

Tino Rüb
  • 799
  • 2
  • 13
  • 27
  • Check out this thread https://stackoverflow.com/questions/2900023/change-app-language-programmatically-in-android – Eric Nov 17 '21 at 02:40

0 Answers0