The program only reads the sites of post services, it does not deal with the translation of statuses "on the fly".

But there are three type of event translations in App:
  1. Paid translation pack to translate 100 events text. We need to pay for access to MS Translator API, that is used for user translations in app by default, so we need to get some revenue from users to make it less costly for us.
  2. Free translation with external Google Translate application.
  3. Free translation with your own subscription key on Microsoft Translator, you need to create account on Microsoft Azure, then activate MS Translator free 2 billion chars translation pack, get your API access key and paste this key in app preferences.

You can translate the text of events by tap (click) on the event (from original event's language to the current language of the program interface).