MultiLanguageLG.Generate(String, Object, String) Method
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.
Generate template evaluate result.
public object Generate (string template, object data = default, string locale = "");
member this.Generate : string * obj * string -> obj
Public Function Generate (template As String, Optional data As Object = Nothing, Optional locale As String = "") As Object
Parameters
- template
- String
Template name.
- data
- Object
Scope data.
- locale
- String
Locale info.
Returns
Evaluate result.