Pitcher JavaScript Platform Pitcher JavaScript Platform
Core
Pitcherify
i18n
Guides
Contributing
Github (opens new window)
Core
Pitcherify
i18n
Guides
Contributing
Github (opens new window)
  • Introduction
  • Config Store
  • Accounts Contacts Store
  • Database Actions
  • Events and Ti.App

    • fireEvent()
    • Ti.App All Events
    • Basic Events
    • Salesforce Events
    • Slideshow Events
    • Translation Events
      • Ti.App.fireEvent('setEmailLanguage')
    • Application Events
    • Split View Navigation Events
    • Split View Navigation (Portrait) Events
    • BJ Listener Events
    • BJ Sender Events
    • Translator Events
    • Call Planning Events
    • Google Maps Events
    • Login Events
    • Microsoft Events
    • Oracle Events
    • SAP Events
    • PDF Sender Events
    • Secure Area Events
    • Playlist Events
    • Planning Events
    • Planning MSD Events
    • Presentation Order Events
    • Tester Events
    • Start Application Events
    • Stats Events
    • Notes
  • Files
  • Handling Instance
  • State management
  • Utils

# Translation Events

In this part, events from translations.js file is documented.

# Ti.App.fireEvent('setEmailLanguage')

Sets the languages used in e-mails.

Example:

Ti.App.fireEvent('setEmailLanguage', {
  emailLanguages: 'lang0, lang1, ...'
})
  • emailLanguages - Languages used in emails.

← Slideshow Events Application Events →