What is the .NET version?
LinguaAI is in .NET 8.0.
Is this including full source code?
Yes. You will get the full source code after purchasing the item.
When can I download the files after purchase the item?
You can download the files immediately after successfully purchasing the item.
Can I edit or remove the Copyright text at the footer?
Yes, you can. Go to "/Views/Shared/_Footer.cshtml"
and find the footer section to edit or remove the copyright text.
How is the support policy?
We only provide support for fixing existing bugs in the templates and answering questions regarding the existing features. Step-by-step guidance on how to do your custom modifications, how to solve bugs after your own modifications and direct installation are not part of our support. Thank you so much for your understanding. We will spend our time to create more amazing projectsfor you.
Can you do customization for me?
The purchase doesn’t include customization support. We charged for extra customization, and we will decide whether to accept or reject the customization request according to our availability. If we do not have time to accept your customization job, we will recommend a trusted and experienced .NET developer on Fiverr who worked with us previously.
Can you help to install?
The purchase doesn’t include installation support. We charged for installation services and we will decide whether to accept or reject the request according to our availability. If we do not have time to accept the job, we will recommend a trusted and experienced .NET developer on Fiverr who worked with us previously.
How the project use OpenAI API?
Yes, this project is making calls to an external API, which is the OpenAI API. It is using the HttpClient class in.NET Core to send a POST request to the OpenAI API endpoint.
Does this project make its own API?
No, there is no LinguaAI API available. This project doesn’t create its own APIs for external use.
What are the packages used in the project?
MS SQL or MySQL?
MS SQL
Where can I download the purchase invoice?
You can read this article to learn more.
Where can I download the receipt? You can read this article to learn more.
How to change color?
Open /wwwroot/style.css
in Visual Studio. Edit the :root
values on top.
How to change password validation?
The password validation in the project is as below:
Follow the steps below to change the validation criteria.
/Models/Extensions.cs
in Visual Studiopublic class PasswordValidation
How do I edit the paging’s code?
Paging’s related file is at /Views/Shared/_Paging.cshtml
How do I add an extra column to the translation history table?
/Views/Translation/_MainList.cshtml
tbody
part, add extra td
inside the tbody
/Utils/ListUtil.cs
public class TranslationListConfig
, add your new column's nameof
property/Controllers/TranslationController.cs
ReadTranslations
method, add your new column