[Rejected] Changing language in MediaPortal Configuration does not change the language (1 Viewer)

pilehave

Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    Right, to answer my own question:

    There is a bug in the settings, we save to gui -> language but MediaPortal reads from skin -> language:

    Code:
    <section name="gui">
        <entry name="allowRememberLastFocusedItem">yes</entry>
        <entry name="autoSizeWindowModeToSkin">yes</entry>
        <entry name="hideextensions">yes</entry>
        <entry name="fileexistscache">no</entry>
        <entry name="enableSkinSoundEffects">yes</entry>
        <entry name="mousesupport">yes</entry>
        <entry name="listLoopDelay">100</entry>
        <entry name="useonlyonehome">no</entry>
        <entry name="startbasichome">no</entry>
        <entry name="language">English</entry>
        <entry name="myprefix">no</entry>
      </section>

    With the above settings i get danish...

    The reason is that not all files reflects the new naming:

    GUISettingsGeneral.cs: SaveSettings() and SetLanguages() affected
    WikipediaArticle.cs: SetLanguage() affected
    WikipediaImage.cs: SetLanguage() affected
    Remote.cs: linkLabelDownloadX10_LinkClicked() affected
    SettingsForm.cs: OnStartup() affected
    MediaPortal.cs: LoadLanguageString() affected

    Patches against SVN 27368 attached.
     

    Attachments

    • Remote.patch
      603 bytes
    • GUISettingsGeneral.patch
      994 bytes
    • GUIWikipediaArticle and WikipediaImage.patch
      1 KB
    • MediaPortal.patch
      436 bytes
    • SettingsForm.patch
      564 bytes

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    • Thread starter
    • Moderator
    • #3
    You guys are hard to keep up with, Andy submitted the fixes 14 hours before I submitted them and ~ 8 hours before I found them :D

    Psst..how about looking at the scrollbar scale patches ;)
     

    Users who are viewing this thread

    Top Bottom