-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
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/Delete culture data #69
Comments
Hello @damienbod , are you still developing this project? |
Sorry for the slow answer, busy at the day job Hi @abircan yes, you could just use EF Core with a new context, or use the existing to create your queries to delete, add in anyway you want. Greetings Damien |
Hi , i found it much faster to do it from DB side so i created a stored procedure and i just call it from my code ,my procedure below add new culture to the site , simply copying all existing word in new language ,but no translation
|
Thank you @damienbod I used StringExtendedLocalizerFactory in my solution.
|
Hocam 3.1 sürümünde denedinizmi çalışıyormu ? |
@borahanarslan şu an production da ASP .NET Core 3.1 projesi ile kullanıyorum. I am using AspNetCoreLocalization with ASP .NET Core 3.1 project. |
I have two question.
In the production,
The text was updated successfully, but these errors were encountered: