- 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

@@ -36,7 +36,7 @@ namespace Orchard.Blogs.Drivers {
T = NullLocalizer.Instance;
}
private Localizer T { get; set; }
public Localizer T { get; set; }
protected override ContentType GetContentType() {
return ContentType;