We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support of culture configuration.
Add property to AtataContext and AtataBuildingContext:
AtataContext
AtataBuildingContext
public CultureInfo Culture { get; }
Add methods to AtataContextBuilder to specify culture:
AtataContextBuilder
public AtataContextBuilder UseCulture(CultureInfo culture); public AtataContextBuilder UseCulture(string cultureName);
AtataContext.Configure(). UseCulture("en-us")
The text was updated successfully, but these errors were encountered:
#103 Culture configuration
9625290
Thanks a lot for this feature, it is very easy to test app for different locales.
Sorry, something went wrong.
YevgeniyShunevych
No branches or pull requests
Add support of culture configuration.
Add property to
AtataContext
andAtataBuildingContext
:Add methods to
AtataContextBuilder
to specify culture:Usage
The text was updated successfully, but these errors were encountered: