Pokaż
Ignoruj:
Data:
2009-12-11 12:07:56 (16 years ago)
Autor:
alina
Opis:

re #215 poprawki w tłumaczeniach

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/eCard/eCardMVC/Platnosci/Controllers/AccountController.cs

    r942 r948  
    3737        public ActionResult LogOn(string language) 
    3838        { 
     39            if (language != "pl" && language != "en" && language != "de") 
     40                return RedirectToAction("LogOn", "Account", new { language = "pl" }); 
     41 
    3942            _funkcjePlatnosci.setLanguage(language); 
    4043            return View();