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