dpa99c / phonegap-launch-navigator

Phonegap/Cordova plugin which launches native route navigation apps for Android, iOS and Windows
369 stars 131 forks source link

What about localization? #167

Closed sstraus closed 6 years ago

sstraus commented 6 years ago

Hi, there is a way to translate "select app for navigation" or "cancel"?

dpa99c commented 6 years ago

As documented:

  • {object} - appSelection - options related to the default native actionsheet picker which enables user to select which navigation app to launch if app is not specified.
    • {string} dialogHeaderText - text to display in the native picker body, above the app buttons.
      • Defaults to "Select app for navigation" if not specified.
    • {string} cancelButtonText - text to display for the cancel button.
      • Defaults to "Cancel" if not specified.