MultiLanguageLG Class

Definition

Multi locale Template Manager for language generation. This template manager will enumerate multi-locale LG files and will select the appropriate template using the current culture to perform template evaluation.

public class MultiLanguageLG
type MultiLanguageLG = class
Public Class MultiLanguageLG
Inheritance
MultiLanguageLG

Constructors

MultiLanguageLG(Dictionary<String,String>, String)

Initializes a new instance of the MultiLanguageLG class.

MultiLanguageLG(Dictionary<String,Templates>, String)

Initializes a new instance of the MultiLanguageLG class.

Methods

Generate(String, Object, String)

Generate template evaluate result.

Applies to