Added missing UsePersian method to interface.

This commit is contained in:
Florian Zevedei 2023-11-01 01:09:35 +01:00
parent 23dc1ff1d6
commit ab702dbc9f

View File

@ -22,6 +22,12 @@ public interface ILanguageSelectionStage
/// <returns></returns>
IBuildingStage UseGerman();
/// <summary>
/// Selects persian as the default language for control labels.
/// </summary>
/// <returns></returns>
IBuildingStage UsePersian();
/// <summary>
/// Selects a custom language as the default language for control labels.
/// </summary>