Localizer 类

定义

资源本地化程序。

public class Localizer : Microsoft.Bot.Builder.FormFlow.Advanced.ILocalizer
type Localizer = class
    interface ILocalizer
Public Class Localizer
Implements ILocalizer
继承
Localizer
实现

构造函数

Localizer()

资源本地化程序。

字段

_arrayTranslations

资源本地化程序。

_templateTranslations

资源本地化程序。

_translations

资源本地化程序。

属性

Culture

资源本地化程序。

方法

Add(String, IEnumerable<String>)

资源本地化程序。

Add(String, IReadOnlyDictionary<Object,DescribeAttribute>)

资源本地化程序。

Add(String, IReadOnlyDictionary<Object,TermsAttribute>)

资源本地化程序。

Add(String, IReadOnlyDictionary<TemplateUsage,TemplateAttribute>)

资源本地化程序。

Add(String, String)

资源本地化程序。

Add(String, TemplateAttribute)

资源本地化程序。

AddPrefix(String, IEnumerable<String>)

资源本地化程序。

Load(IDictionaryEnumerator, IEnumerable<String>, IEnumerable<String>)

资源本地化程序。

Lookup(String, String)

资源本地化程序。

LookupDictionary(String, IDictionary<Object,DescribeAttribute>)

资源本地化程序。

LookupDictionary(String, IDictionary<Object,TermsAttribute>)

资源本地化程序。

LookupTemplates(String, IDictionary<TemplateUsage,TemplateAttribute>)

资源本地化程序。

LookupValues(String, String[])

资源本地化程序。

Remove(String)

资源本地化程序。

Save(IResourceWriter)

资源本地化程序。

适用于