add function to set epg language
[enigma2.git] / lib / service / event.h
index 9ee6538bd08d4c2462a55765c37d2f60e9983c51..285a4ae3ee0aadafb6416c459f50f7f440c0f6d8 100644 (file)
@@ -39,11 +39,13 @@ class eServiceEvent: public iObject
        int m_duration;
        int m_event_id;
        std::string m_event_name, m_short_description, m_extended_description;
+       static std::string m_language;
        // .. additional info
 public:
 #ifndef SWIG
        RESULT parseFrom(Event *evt, int tsidonid=0);
 #endif
+       static void setEPGLanguage( const std::string language );
        time_t getBeginTime() const { return m_begin; }
        int getDuration() const { return m_duration; }
        int getEventId() const { return m_event_id; }