KitchenDraw SDK 2
Show / Hide Table of Contents

Method AddEntry

AddEntry(string, string)

Inserts an entry into the dictionary containing a new text in the key language. The translations for the given key language text should be provided after the insertion (see the SetTranslation(string, string, string) method).

Declaration
public void AddEntry(string identifier, string keyLanguageText)
Parameters
Type Name Description
string identifier

An Identifier of the new translation. You can choose any unique character string for that.

string keyLanguageText

Text corresponding to the new entry in the key language of the dictionary.

Remarks

Translation in this context is a set of strings that correspond to given "key language text" in various languages.

In this article
Back to top Generated by DocFX