File tree Expand file tree Collapse file tree
src/cloudscribe.Web.Localization Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # cloudscribe.Web.Localization
2+
3+ A .NET library for more flexible localization in ASP.NET Core applications. Provides advanced resource management and custom localizer factories.
4+
5+ ## Usage
6+
7+ 1 . Install the NuGet package:
8+ ``` sh
9+ dotnet add package cloudscribe.Web.Localization
10+ ```
11+ 2 . Configure localization in your ASP.NET Core app.
12+ 3 . Use the provided localizer services in your controllers and views.
13+
14+ ## License
15+
16+ This project is licensed under the Apache 2.0 License. See the LICENSE file for details.
Original file line number Diff line number Diff line change 1313 <RepositoryUrl >https://github.com/cloudscribe/cloudscribe.Web.Localization.git</RepositoryUrl >
1414 <RepositoryType >git</RepositoryType >
1515
16+ <PackageReadmeFile >README.md</PackageReadmeFile >
17+ <PackageReadmeFile >README.md</PackageReadmeFile >
1618 </PropertyGroup >
1719
1820 <ItemGroup >
19- <None Include =" icon.png" Pack =" true" PackagePath =" \" />
21+ <None Include =" icon.png" Pack =" true" PackagePath =" " />
22+ <None Include =" README.md" Pack =" true" PackagePath =" " />
2023 </ItemGroup >
2124
2225 <ItemGroup >
You can’t perform that action at this time.
0 commit comments