Added missing UsePersian method to interface.
This commit is contained in:
parent
23dc1ff1d6
commit
ab702dbc9f
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user