Signum Documentation

The documentation comes from the Markdown files in the source code, so is always up-to-date but available only in English. Enjoy!

Paste your Framework commit SHA

CultureInfoUtils

Contains helper methods to change the culture info in a region of code:

public static IDisposable ChangeCulture(string cultureName)
public static IDisposable ChangeCulture(CultureInfo ci)

public static IDisposable ChangeCultureUI(string cultureName)
public static IDisposable ChangeCultureUI(CultureInfo ci)

public static IDisposable ChangeBothCultures(string cultureName)
public static IDisposable ChangeBothCultures(CultureInfo ci)