- 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

@@ -43,7 +43,7 @@ namespace Orchard.Setup.Services {
T = NullLocalizer.Instance;
}
private Localizer T { get; set; }
public Localizer T { get; set; }
public ShellSettings Prime() {
return _shellSettings;