public Snek() { Subtitles.LoadAllLanguages(); _graphics = new GraphicsDeviceManager(this); Content.RootDirectory = "Content"; Settings.WindowEnd = new Point(Window.ClientBounds.Width, Window.ClientBounds.Height); }
static public void ChangeLanguage(string language) { Subtitles.ChangeLanguage(language); LanguageChanged?.Invoke(null, null); }