Skip to content

Culture Directive#

TLDR, How to enable#

Enable the feature with appRunner.UseCultureDirective().

Culture Directive#

When the [culture:name] directive is used, the CultureInfo.CurrentCultureis set to the specified culture.

$ dotnet example.dll [culture:en-gb] Add 1 2
Back to top