Update Lang Version to 12 ...

add Support for Getting Calculated Resource Title for Specified Resource Item ...
This commit is contained in:
2026-06-12 02:11:48 +03:30
parent 65ba20c98d
commit e494dea3cf
3 changed files with 20 additions and 5 deletions
+10
View File
@@ -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
}
}