MultiLanguageLG Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |