diff --git a/TelegramBotBase/Builder/Interfaces/ILanguageSelectionStage.cs b/TelegramBotBase/Builder/Interfaces/ILanguageSelectionStage.cs index e32f710..8021ee2 100644 --- a/TelegramBotBase/Builder/Interfaces/ILanguageSelectionStage.cs +++ b/TelegramBotBase/Builder/Interfaces/ILanguageSelectionStage.cs @@ -22,6 +22,12 @@ public interface ILanguageSelectionStage /// IBuildingStage UseGerman(); + /// + /// Selects persian as the default language for control labels. + /// + /// + IBuildingStage UsePersian(); + /// /// Selects a custom language as the default language for control labels. ///