Update Lang Version to 12 ...
add Support for Getting Calculated Resource Title for Specified Resource Item ...
This commit is contained in:
@@ -506,18 +506,18 @@ namespace xStringService.Providers
|
||||
.GetLanguages(cancellationToken);
|
||||
|
||||
//
|
||||
return result;
|
||||
return result;
|
||||
}
|
||||
#endregion
|
||||
|
||||
//
|
||||
#region Private ...
|
||||
#region Resource Title Action ...
|
||||
/// <summary>
|
||||
/// Retrieve Resource Title ...
|
||||
/// </summary>
|
||||
/// <param name="identifier"></param>
|
||||
/// <returns></returns>
|
||||
private string GetResourceTitle(object identifier = null)
|
||||
public string GetResourceTitle(object identifier = null)
|
||||
{
|
||||
//
|
||||
var result = item;
|
||||
@@ -531,7 +531,10 @@ namespace xStringService.Providers
|
||||
//
|
||||
return result;
|
||||
}
|
||||
#endregion
|
||||
|
||||
//
|
||||
#region Private ...
|
||||
/// <summary>
|
||||
/// Set Resource Title ...
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user