About 1,170,000 results
Open links in new tab
  1. Supporting multiple languages in a REST API - Stack Overflow

    Aug 18, 2014 · For a first contact, using the Accept-Language value to infer regional settings may be a good starting point, but be sure to allow them to change the language as needed and …

  2. c# - Best way to implement multi-language/globalization in large …

    Easily manipulate the language by changing the Thread.CurrentThread.CurrentCulture; Search engines can Crawl in different languages and user can send or save language-specific urls. …

  3. Provide localized resources for languages and cultures in an ASP

    Oct 24, 2024 · ASP.NET Core has two collections of culture values, SupportedCultures and SupportedUICultures. The CultureInfo object for SupportedCultures determines the results of …

  4. Implementing Localization in ASP.NET Core Web API - C# Corner

    Dec 16, 2024 · We've created a Web API that can respond in different languages using ASP.NET Core's localization features. The key points we covered. Setting up resource files for different …

  5. Localization in ASP.NET Core: Make Your Minimal APIs Multilingual

    Feb 7, 2025 · Localization is the process of adapting your application to support different languages and cultural conventions. In .NET, this is made efficient and straightforward thanks …

  6. Multilingual Support in ASP.NET Core Web API: Localization ...

    Implementing localization and globalization in an ASP.NET Core Web API involves configuring the application to support multiple languages and cultures, and then using resource files to provide …

  7. Globalization and Localization in .NET Core Web API: Building …

    Oct 28, 2024 · In a .NET Core Web API, this involves preparing your application to handle different formats for dates, numbers, currency, and more, based on the user’s culture settings. …

  8. c# - How can I make Web/API help in multiple languages ... - Stack Overflow

    Nov 6, 2014 · context.MapRoute( "HelpPage_Default", "Help/{language}/{action}/{apiId}", new { controller = "Help", language = "en", action = "Index", apiId = UrlParameter.Optional }); links to …

  9. Improving the support of multiple languages in .NET applications

    Jan 2, 2023 · Applying an improved multiple languages library to .NET applications. This article provides a super-quick introduction to .NET localization feature, as some of the concepts …

  10. Make Your ASP.NET Core App User-Friendly with Multiple Languages

    Aug 8, 2024 · How to make your web application accessible to users speaking different languages? Localization is the answer! In this post, we’ll explore how to implement localization …

Refresh