- Making Localizer T properties public so the culture aware localizer can be injected.

- Some improvements to the resource manager.

--HG--
branch : dev
This commit is contained in:
Suha Can
2010-06-02 13:54:50 -07:00
parent 42292c8612
commit 3064a5fcb7
23 changed files with 69 additions and 27 deletions

View File

@@ -22,7 +22,7 @@ namespace Orchard.MultiTenancy.Controllers {
T = NullLocalizer.Instance;
}
private Localizer T { get; set; }
public Localizer T { get; set; }
public IOrchardServices Services { get; set; }
public ActionResult Index() {