Added missing UsePersian method to interface.
This commit is contained in:
@@ -22,6 +22,12 @@ public interface ILanguageSelectionStage
|
|||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
IBuildingStage UseGerman();
|
IBuildingStage UseGerman();
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Selects persian as the default language for control labels.
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
IBuildingStage UsePersian();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Selects a custom language as the default language for control labels.
|
/// Selects a custom language as the default language for control labels.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user