Reply to thread

There are common language files in the Mediaportal\language folder. By using these files (i.e. MediaPortal\language\<language name>\strings.xml) and the GUILocalizeStrings class, MP will automatically select the configured language file.


There isn't much of a numbering scheme going on there, so feel free to start somewhere that hasn't been used. Just don't go above 99999 as above that they are the names for the windows in MP (once you've defined your windowIDs for your plugin, you may want to add in window names in that section - the naming scheme is basically 100000 + windowID, that is, with windowID=150, the window name string is at ID 100150).


Sam


Top Bottom