mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-14 18:54:32 +00:00
8 lines
136 B
C#
8 lines
136 B
C#
namespace Oqtane.Infrastructure
|
|
{
|
|
public class LocalizationOptions
|
|
{
|
|
public string DefaultCulture { get; set; }
|
|
}
|
|
}
|