mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-27 15:23:06 +00:00
10 lines
168 B
C#
10 lines
168 B
C#
namespace Oqtane.Infrastructure
|
|
{
|
|
public interface ILocalizationManager
|
|
{
|
|
string GetDefaultCulture();
|
|
|
|
string[] GetSupportedCultures();
|
|
}
|
|
}
|