It seems that the writer used in:
handlebarsContext.RegisterHelper(name, (writer, context, arguments) =>
// and
handlebarsContext.RegisterHelper(name, (writer, options, context, arguments) =>
Is always using the current culture ? Is there a way to change this?
It seems that the writer used in:
Is always using the current culture ? Is there a way to change this?