Localizations

- adding localizations in english and german for default controls
- updating default controls
This commit is contained in:
FlorianDahn
2020-04-15 20:26:39 +02:00
parent e5dc3fd2bc
commit d24f8e7ac5
9 changed files with 125 additions and 29 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ namespace TelegramBotBase.Form
public bool ShowBackButton { get; set; } = false;
public String BackLabel { get; set; } = "Zurück";
public String BackLabel { get; set; } = Localizations.Default.Language["PromptDialog_Back"];
public PromptDialog()
{