C# Class Orchard.Localization.Services.LocalizationService

Inheritance: ILocalizationService
ファイルを表示 Open project: ucdavis/Orchard

Public Methods

Method Description
LocalizationService ( IContentManager contentManager, ICultureManager cultureManager ) : System.Collections.Generic

Private Methods

Method Description
ILocalizationService ( IContent content, VersionOptions versionOptions ) : IEnumerable
ILocalizationService ( IContent content, string culture ) : LocalizationPart
ILocalizationService ( IContent content ) : string
ILocalizationService ( IContent content, string culture ) : void

Method Details

LocalizationService() public method

public LocalizationService ( IContentManager contentManager, ICultureManager cultureManager ) : System.Collections.Generic
contentManager IContentManager
cultureManager ICultureManager
return System.Collections.Generic