[mythtv] DVB: choosing language of EPG

Jesper Sörensen jesper at datapartner.se
Thu Feb 3 11:42:51 UTC 2005


Pekka Jääskeläinen wrote:

> Hello,
>
> Here in Finland some of the channels send the EPG in two languages;
> Swedish and Finnish. I couldn't find a way to pick the language in
> MythTV. Is there any?


There is some code in place to handle this, but it's not that well 
tested. It doesn't have a GUI yet but you can insert it manually into 
the db by doing this:
insert into settings (value, data) values ('PreferredLanguages', 'fin,eng');

Try that and see what happens. :-)



More information about the mythtv-dev mailing list