Refactoring
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
namespace Oqtane.Infrastructure
|
||||
{
|
||||
public interface ILocalizationManager
|
||||
{
|
||||
string GetDefaultCulture();
|
||||
|
||||
string[] GetSupportedCultures();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user