Sage.ResourceManagement.Internationalizer.Internationalizer C# (CSharp) Method

Internationalizer() public method

Initializes a new instance of the Internationalizer class, using the specified context.
public Internationalizer ( SageContext context ) : System
context SageContext The context under which the code is being executed.
return System
        public Internationalizer(SageContext context)
        {
            processor = XsltTransform.Create(context, XsltPath);
            this.context = new SageContext(context);
        }