KitchenDraw SDK 2
Show / Hide Table of Contents

Method SetTranslation

SetTranslation(string, string, string)

Stored a translated text for a given key language text in the dictionary.

Declaration
public void SetTranslation(string keyLanguageText, string languageCode, string translatedText)
Parameters
Type Name Description
string keyLanguageText

An original (untrunslated) text in the key language of the dictionary.

string languageCode

Language of the translated text.

string translatedText

The translated text.

In this article
Back to top Generated by DocFX