{"id":20904746,"url":"https://github.com/angelodotnet/multilanguageapicustomextensions","last_synced_at":"2026-01-27T06:31:53.460Z","repository":{"id":143169216,"uuid":"614524788","full_name":"AngeloDotNet/MultiLanguageApiCustomExtensions","owner":"AngeloDotNet","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-16T19:24:02.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T08:55:48.112Z","etag":null,"topics":["custom","extension","hacktoberfest","hacktoberfest-accepted","library","multilanguage","net6"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AngeloDotNet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-15T19:04:14.000Z","updated_at":"2024-03-27T18:54:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"7d34e5fe-fcc4-47b0-80a2-7714d35ac7d1","html_url":"https://github.com/AngeloDotNet/MultiLanguageApiCustomExtensions","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngeloDotNet%2FMultiLanguageApiCustomExtensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngeloDotNet%2FMultiLanguageApiCustomExtensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngeloDotNet%2FMultiLanguageApiCustomExtensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngeloDotNet%2FMultiLanguageApiCustomExtensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AngeloDotNet","download_url":"https://codeload.github.com/AngeloDotNet/MultiLanguageApiCustomExtensions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245195455,"owners_count":20575888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["custom","extension","hacktoberfest","hacktoberfest-accepted","library","multilanguage","net6"],"created_at":"2024-11-18T13:18:44.336Z","updated_at":"2026-01-27T06:31:53.424Z","avatar_url":"https://github.com/AngeloDotNet.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multi Language Api Custom Extensions\n\nIf you like this repository, please drop a :star: on Github!\n\n\n## Installation\n\nThe library is available on [NuGet](https://www.nuget.org/packages/MultiLanguageApiCustomExtensions) or run the following command in the .NET CLI:\n\n```bash\ndotnet add package MultiLanguageApiCustomExtensions\n```\n\n\n## Registering services at Startup\n\n```csharp\npublic Startup(IConfiguration configuration)\n{\n  Configuration = configuration;\n}\n\npublic IConfiguration Configuration { get; }\n\t\npublic void ConfigureServices(IServiceCollection services)\n{\n    var supportedCultures = new[] { \"en\", \"it\" };\n    services.AddSupportedCultures(supportedCultures);\n}\n\n//OMISSIS\n\npublic void Configure(WebApplication app)\n{\n    app.UseLocalizationConfiguration();\n}\n```\n\nNote: The supportedCultures values can be changed to suit your needs.\n\nBut remember to create the resx files of the supported languages in the resources folder, setting the access modifier to Public.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangelodotnet%2Fmultilanguageapicustomextensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangelodotnet%2Fmultilanguageapicustomextensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangelodotnet%2Fmultilanguageapicustomextensions/lists"}