WIP
This commit is contained in:
parent
54b057886c
commit
7fc1ae0650
204 changed files with 4345 additions and 134 deletions
|
|
@ -0,0 +1,10 @@
|
|||
using PlanTempus.Application.Features.Localization.Models;
|
||||
|
||||
namespace PlanTempus.Application.Features.Localization.Services;
|
||||
|
||||
public interface ILocalizationService
|
||||
{
|
||||
string Get(string key, string? culture = null);
|
||||
string CurrentCulture { get; }
|
||||
IEnumerable<SupportedCulture> GetSupportedCultures();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue