KitchenDraw SDK 2
Show / Hide Table of Contents

Method GetTranslatedTextFromCatalog

GetTranslatedTextFromCatalog(string, string)

Translates a text using the given catalog's dictionary from the catalog's key language into current language of KitchenDraw.

Declaration
public string GetTranslatedTextFromCatalog(string catalogFilename, string keyLanguageText)
Parameters
Type Name Description
string catalogFilename

Catalog filename (without path and extension)

string keyLanguageText

Text defined in the catalog's key language

Returns
Type Description
string
In this article
Back to top Generated by DocFX