Class ServiceLocationHelperExtensions
Makes Localization services part of the public API.
Inheritance
System.Object
    ServiceLocationHelperExtensions
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.Framework.Localization
Assembly: EPiServer.Framework.dll
Version: 10.10.4Syntax
public static class ServiceLocationHelperExtensionsMethods
LocalizationService(ServiceLocationHelper)
Resolves the LocalizationService(ServiceLocationHelper).
Declaration
public static LocalizationService LocalizationService(this ServiceLocationHelper helper)Parameters
| Type | Name | Description | 
|---|---|---|
| ServiceLocationHelper | helper | The service helper. | 
Returns
| Type | Description | 
|---|---|
| LocalizationService | The currently registered LocalizationService(ServiceLocationHelper). | 
