Results 17 comments of Egor Savinov

And what are it doing: catch (Exception ex) ?

Yeah. Hmm, and yet possible to make only the language of UI has changed, and the language of the game remained, say, English? Where can I edit the code? Change,...

Hello again. It turned out to change something?

I found an annoying bug in the code in App.cs that prevented the localization of applications. I forgot to add "ru": ``` case "GameLanguage": Constants.GameLanguage = Settings.Default.GameLanguage; var lang =...

Ah, version check was added at 3.0.5592.26103 build, ok, will try to make it work)

Is it possible to make the plugin version that is higher than the version on the server, and also passed the validation work?

Version of libraries are simple, but: ![2015-06-05_193625](https://cloud.githubusercontent.com/assets/12599900/8010620/5ca07248-0bba-11e5-9453-4048241d43b8.png) ![2015-06-05_193644](https://cloud.githubusercontent.com/assets/12599900/8010626/62babefe-0bba-11e5-8b87-16bdb0807556.png) Try to up version of Widgets.

I added a crutch to check the translation plugins) 2 hours - normal flight: ``` private bool HostAssemblyValidation(string name, Version version) { var reference = Assembly.GetExecutingAssembly() .GetReferencedAssemblies() .FirstOrDefault(a => a.Name...

Yeap, it's only for test)

And what is responsible for setting the name of the plug-in, the name of the tab? ![2015-06-06_171445](https://cloud.githubusercontent.com/assets/12599900/8019951/e60b605a-0c6f-11e5-96ae-fd1daad284fe.png)