Reply to thread

Sweet! You are a life saver my friend! Thank you!


Got it to compile, all looks good, though when running it in debug it freeses when I click to open the configuration menu (since that is the first thing that pops up) the JIT debug shows it fails on the localization.


line: _languageStrings = new Dictionary<string, Dictionary<int, StringLocalised>>


in MediaPortal.Localisation.LocalisationProvider


but I did all this in a hurry so maybe I didn't  do something right, I'll double check later on when I'm done running some errands.



EDIT:


Ok THIS Posting led me to THIS posting which led me to the solution for the problem mention just above in case anybody else is looking.


Top Bottom