Update Lang Version to 12 ...
add Support for Getting Calculated Resource Title for Specified Resource Item ...
This commit is contained in:
@@ -158,5 +158,15 @@ namespace xStringService.Interfaces
|
||||
CancellationToken cancellationToken = default
|
||||
);
|
||||
#endregion
|
||||
|
||||
//
|
||||
#region Resource Title Action ...
|
||||
/// <summary>
|
||||
/// Retrieve Resource Title ...
|
||||
/// </summary>
|
||||
/// <param name="identifier"></param>
|
||||
/// <returns></returns>
|
||||
string GetResourceTitle(object identifier = null);
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user