mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
- ICultureSelector to set current request culture.
- Default implementation uses site setting with a low priority. - Tests. --HG-- branch : dev
This commit is contained in:
@@ -123,6 +123,11 @@ namespace Orchard.Setup {
|
||||
get { return ""; }
|
||||
set { throw new NotImplementedException(); }
|
||||
}
|
||||
|
||||
public string SiteCulture {
|
||||
get { return ""; }
|
||||
set { throw new NotImplementedException(); }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user