예제 #1
0
        public IActionResult EnglishGlobal()
        {
            // This works but messes up the Global Context

            return(Content(EnglishEngine.RenderGlobal()));
        }
예제 #2
0
        public IActionResult English()
        {
            // This doesn't work

            return(Content(EnglishEngine.Render()));
        }