Changes between Initial Version and Version 1 of Ticket #13312, comment 1


Ignore:
Timestamp:
Aug 21, 2018, 3:15:29 PM (6 years ago)
Author:
Peter Bennett
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13312, comment 1

    initial v1  
    22
    33For your special case you can put an override on the mythfrontend command for the frontend where you want a different language. For example:
    4 mythfrontend -O Language=en
    5 You need to use the ISO 639-1 language code. Search the internet for a list of language codes.
     4mythfrontend -O Language=en_US
     5
     6Please make sure to use en_US not en. There is a bug where using -O Language=en actually causes the language for all frontends to be updated.