Add project data
This commit is contained in:
13
Tabletop.Core/Interfaces/ILocalizationHelper.cs
Normal file
13
Tabletop.Core/Interfaces/ILocalizationHelper.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Tabletop.Core.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// Helper interface to provide properties which can be used within the interface <see cref="ILocalizedDbModel{T}"/>
|
||||
/// </summary>
|
||||
public interface ILocalizationHelper
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the ISO 639-1 two letter code for the language
|
||||
/// </summary>
|
||||
string Code { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user