mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
5 lines
152 B
C#
5 lines
152 B
C#
namespace Orchard.Localization.Providers {
|
|
public interface ICultureStorageProvider : IDependency {
|
|
void SetCulture(string culture);
|
|
}
|
|
} |