Can transform a string with the given culture
public interface ICulturedStringTransformer : Humanizer.IStringTransformerImplements IStringTransformer
Transform the input
string Transform(string input, System.Globalization.CultureInfo culture);input System.String
String to be transformed
culture System.Globalization.CultureInfo