mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-21 03:54:23 +00:00
10 lines
196 B
C#
10 lines
196 B
C#
namespace Oqtane.Infrastructure
|
|
{
|
|
public class LocalizationOptions
|
|
{
|
|
public string DefaultCulture { get; set; }
|
|
|
|
public string[] SupportedCultures { get; set; }
|
|
}
|
|
}
|