MockContentLoaderTests CheckContentLocale Method Delta Engine Documentation

Namespace: DeltaEngine.Content.Tests
Assembly: DeltaEngine.Content.Tests (in DeltaEngine.Content.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void CheckContentLocale()
Examples

[Test]
public void CheckContentLocale()
{
    string contentLocale = ContentLoader.ContentLocale;
    Assert.IsNotEmpty(contentLocale);
    ContentLoader.ContentLocale = null;
    ContentLoader.ContentLocale = contentLocale;
}
See Also