KitchenDraw SDK 2
Show / Hide Table of Contents

Method GetTranslatedText

GetTranslatedText(string)

Translates a text in a key language to the current application's language using the default application's dictionary (DICO.LNG file in the application's folder). Key language is French for a DICO.LNG file which bundled with the program by default.

Declaration
public string GetTranslatedText(string keyLanguageText)
Parameters
Type Name Description
string keyLanguageText
Returns
Type Description
string

The translated text if dictionary contains a translation, the original text otherwise.

In this article
Back to top Generated by DocFX