C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Rohit Gupta(5)
Sarthak Varshney(5)
Mark Pelf(4)
Vijai Anand Ramalingam(2)
Satyaprakash Samantaray(2)
Pradeep Kellangere(2)
Sigar Dave(1)
Rajashekar Syereddy(1)
Ramprakash Duraisamy(1)
Sanwar Ranwa(1)
David Mccarter(1)
Nanddeep Nachan(1)
Jayakumar Balasubramaniam(1)
Logesh Palani(1)
Jose Carlos Macoratti(1)
Sanjoli Gupta(1)
Sardar Mudassar Ali Khan (1)
Kuppu Swami(1)
Mushtaq M A(1)
Shivaji Dhole(1)
Vinodh Narayanan(1)
Srinivasan K K(1)
Deepti Nahar(1)
Ramchand Repalle(1)
Kamran (1)
Mahesh Chand(1)
Ketan Sathavara(1)
Vishal Gami(1)
Gowtham Rajamanickam(1)
Avnii Thakur(1)
Praveen Kumar(1)
Allen Oneill(1)
Geo J Thachankary(1)
Rasul Huseynov(1)
Shilpa Tanwar(1)
Sandeep Mishra(1)
Ankush Agnihotri(1)
Anjali Joshi(1)
Madhukar Krishna(1)
Hitanshi Mehta(1)
Sumanth (1)
Resources
No resource found
PP-OCRv5: Efficient, Accurate OCR for Multilingual & High-Density Documents
Sep 11, 2025.
PP-OCRv5 is a powerful OCR model designed for accurate text detection and recognition in multilingual and high-density documents. Optimized for resource-constrained environments, it excels in handling complex layouts, handwritten text, and low-quality scans. It offers precise bounding boxes and outperforms VLMs in OCR-specific tasks, making it ideal for CPU/edge deployments.
Safeguard Multilingual AI Applications with Amazon Bedrock Guardrails
Jul 01, 2025.
Learn how to create and configure Amazon Bedrock Guardrails using the Standard tier to secure multilingual AI apps, filter harmful content, block denied topics, and ensure global compliance and safety.
Creating a Microsoft CoPilot with Multilingual Support
Jun 24, 2024.
Microsoft CoPilot is an AI-powered assistant designed to enhance productivity by helping users with tasks like drafting emails, creating presentations, and analyzing data. By adding multilingual support, you can make CoPilot accessible to a global audience, thereby increasing its utility and reach.
ASP.NET 8 – Multilingual Application with single Resx file - Part 4 - Resource Manager
Apr 02, 2024.
ASP.NET 8's Part 4 tutorial explores building multilingual applications using a single Resx file and Resource Manager. This feature facilitates easy localization and globalization, enabling developers to efficiently manage culture-specific resources within their web applications.
ASP.NET 8 - Multilingual Application with Single Resx File - Part 2 - Alternative Approach
Apr 01, 2024.
Explore an alternative approach in ASP.NET 8 for building multilingual applications using a single Resx file in Part 2 of this series. Discover how to efficiently manage localization and globalization, leveraging resource files and innovative techniques.
ASP.NET 8 - Multilingual Application with Single Resx File
Mar 27, 2024.
Discover how to create a multilingual web application in ASP.NET 8 using a single Resx file. This tutorial explores efficient localization techniques, enabling your site to support multiple languages seamlessly.
How to Build Multilingual app in PowerApps
Mar 23, 2024.
How to build multilingual app in PowerApps.
How to Use Multilingual Language in Canvas PowerApps
Mar 20, 2024.
Discover how to implement multilingual language support in Canvas PowerApps effortlessly. Utilize language resource files and dynamic text switching for seamless localization. Enhance user experience by enabling language selection and supporting global audiences with ease.
How to Create Multilingual App in Vue.js
Jan 03, 2024.
Learn to create a multilingual Vue.js app by managing translations with vue-i18n. Install dependencies, set up translation files, configure vue-i18n, and implement dynamic language switching for a user-friendly experience.
Globalizing Strings in Microsoft .NET with the Multilingual App Toolkit
May 02, 2023.
In this article, I will demonstrate how to do this and introduce you to the Multilingual App Toolkit, which makes string translation fast and cost-effective. It was so simple that I only needed a few hours (including my learning curve) to convert the Spargine Dev Tool to Danish, Hindi, and Spanish.
Building a Multilingual Web Application Using .NET - Part Two
May 18, 2020.
This article shows a step-by-step process to create a multilingual website with validation using ASP.NET MVC. Multilingual means that we can implement the website in multiple languages.
Building 🏗️ Multilingual Web Application Using .NET - Part One
May 11, 2020.
This article explains the basic understanding of developing multilingual applications Using three steps these are globalization, localizability review and localization.
SharePoint Framework - Multilingual Support (Localization)
Oct 24, 2018.
SharePoint has supported localization in each of its version to help build better content for users worldwide. SharePoint Framework is also not an exception to it. SPFx offers multilingual support with the help of localized resource files as a part of SPFx solution. In this article, we will explore localization options with SPFx.
How To Enable Multilingual Support In Angular Using ‘ng-translate’
Jun 01, 2018.
Google has released Angular 4, a major release after a long time. It is backward compatible with 2.x.x for most applications. Angular 4 comes with lot of new features including improvised packages, better *ngIf and *ngFor syntax, typescript 2.1 & 2.2 compatibility, source maps for templates and much more.
Xamarin.Forms - Multilingual App
Dec 10, 2017.
In this article, we are going to learn how to create a multi-language application using Visual Studio 2017 15.5
Creating A Multilingual Application In Xamarin Android
Jan 19, 2017.
In this article, you will learn how to write multilingual Android apps in Xamarin Android, using Visual Studio 2015 Community and C#.
How to InstaLanguage Packs for Multilingual Support in Windows 8
Mar 30, 2012.
In this article, I will explain how to change the language in Windows 8.
Multilingual Application with single Resx file - Forms Validation Strings
Apr 01, 2024.
Learn how to create multilingual applications using ASP.NET 8 in this third part of our series. Explore efficient techniques for managing form validation strings using a single Resx file, ensuring seamless user experience across different languages.
Multilingual Support in ASP.NET Core Web API: Localization & Globalization Example
Sep 04, 2023.
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 translated content. Here, I'll provide a step-by-step example of how to achieve this. In this example, we'll create a simple Web API that supports English and Spanish languages.
Multilingual Application In Angular
Feb 07, 2023.
In this article, we can see how to include a multilingual concept in Angular.
Multilingual Implementation Using Xamarin.Forms
Jun 17, 2020.
In this article, you will learn about Multilingual Implementation using Xamarin.Forms.
Multilingual Feature In SharePoint Modern Sites
Jun 08, 2020.
In this article you will learn about multilingual feature in SharePoint Modern Sites.
Multilingual User Interface (MUI) in SharePoint 2013
Jul 16, 2015.
This article explains how to use the Multilingual User Interface (MUI) in SharePoint 2013 using the various languages supported by Microsoft.
Multilingual AngularJS Applications
Jul 10, 2015.
This article explains the implementation of multilingual for AngularJS applications.
Multilingual User Interface (MUI) in SharePoint 2013 Online
Jan 05, 2015.
In this article you will learn about the Multilingual User Interface (MUI) in SharePoint 2013 Online.
Multilingual MVC Application With Customized JS Bundles Based on User Language
Nov 11, 2014.
This article shows how to create multilingual MVC applications with JS bundles based on various languages.
Multilingual term sets in SharePoint 2010
May 11, 2011.
In this article we will be seeing about multilingual term sets in SharePoint 2010.
Multilingual Applications in .NET
Mar 24, 2004.
This article explains the basic understanding on different methods of developing multilingual applications in .NET. Here emphasis is given on handling multiple languages using resource files.
Multilingual Applications in .NET - Part I
Mar 24, 2004.
This article provides a basic understanding of various methods of developing multilingual applications in .NET.
Multilingual Support in C#
Jan 03, 2002.
Many major languages of the world like Arabic, Hindi and Chinese are not written in Roman Script, so special features are provided for dealing with these languages. This article will tell how to implement multilingual application using C#.
Crucial Contributions of Indians in Generative AI and LLMs
Jun 24, 2026.
Discover what crucial contributions Indian researchers made to Generative AI and Large Language Models and how their work helped shape modern AI systems, multilingual models, and responsible AI research.
How Voice AI Could Transform Healthcare Using Models Like Microsoft’s VibeVoice-ASR
Apr 29, 2026.
Discover the key benefits of Microsoft’s VibeVoice-ASR 7B model, including long context transcription, speaker recognition, multilingual support, and AI agent memory capabilities. Learn whether VibeVoice-ASR can run locally, hardware requirements, and how developers can use it for enterprise AI, healthcare, video platforms, and conversational AI systems.
How to Use Text Translation AI in Power Apps
Mar 23, 2026.
Translate text in Power Apps easily using the Text Translation AI model! Build multilingual apps with real-time translation and support for multiple languages. Enhance accessibility!
Angular Applications with Real-Time AI-Powered Translation
Dec 03, 2025.
Build real-time, AI-powered translation into Angular apps with an ASP.NET Core backend. Learn architecture, code examples, best practices, and security tips.
Qwen3 ASR: The Speech Recognition That Actually Works
Nov 12, 2025.
Qwen3 ASR: A game-changing speech recognition tool! Transcribes 11 languages, handles noise, music, and adapts to context. Revolutionize your workflow now!
Power Platform Copilot Prompts: Examples & Language Detection in Action
Nov 10, 2025.
Unlock the full potential of Power Platform Copilot! Discover practical prompt examples, language detection techniques, and tips for building smarter, automated solutions in Power Apps and Power Automate. Elevate your Power Platform skills today!
Qwen-Image: Finally, An AI That Actually Understands Text in Images
Nov 11, 2025.
Qwen-Image nails text in AI-generated images! Multilingual support, complex layouts, and paragraph-level text make it a game-changer for global content creation.
Qwen-MT: Where Speed Meets Smart Translation
Oct 05, 2025.
Qwen-MT redefines AI translation by blending speed, accuracy, and contextual understanding. This multilingual model, part of the Qwen family, delivers human-like results for research, localization, and global communication. With its Turbo version, Qwen-MT achieves near-instant speeds, making it ideal for real-time applications.
Q3E Model Training Pipeline: Architecture, Training & Results
Oct 03, 2025.
Explore Qwen3 Embedding, a state-of-the-art solution for text embedding and reranking built upon the Qwen3 foundation model. This article dives into its architecture, training pipeline, and impressive benchmark results, highlighting its multilingual capabilities and flexibility. Discover how Qwen3 Embedding empowers developers to build more effective search engines, recommendation systems, and AI assistants with improved semantic understanding across 100+ languages. Learn about its practical applications and future potential.
Granite 4.0 vs LLaMA 3 vs Mistral: Enterprise AI Models Compared
Oct 03, 2025.
Explore IBM’s Granite 4.0 language models, their features, enterprise readiness, and how they compare with LLaMA 3 and Mistral for AI adoption.
Qwen3-Omni: Alibaba Cloud’s Next-Generation Omni-Modal AI Model
Sep 23, 2025.
Discover Qwen3-Omni, Alibaba Cloud’s advanced omni-modal foundation model for text, image, audio, and video. Learn its architecture, benchmarks, features, and enterprise use cases.
IBM Granite-Docling: Next-Gen Document Conversion with DocTags
Sep 18, 2025.
Discover IBM’s Granite-Docling-258M, a compact vision-language model for accurate document conversion. Learn how it preserves layout, tables, equations, and supports multilingual processing.
Can AI translate languages in real time during conversations?
Sep 11, 2025.
Explore the transformative power of AI in real-time language translation! Discover how AI tools are breaking down communication barriers in travel, business, healthcare, and education. Learn about popular platforms like Google Translate and ChatGPT, their benefits, limitations, and the exciting future of AI-powered multilingual communication.
Zero-Shot Text Classification with BART and XLM-Roberta
Jun 19, 2025.
In this post, we’ll break down what zero-shot classification is, how it works with BART and XLM-Roberta, and give you a step-by-step tutorial you can run in your own projects.
Accessibility with Azure AI Immersive Reader
Mar 17, 2025.
Azure AI Immersive Reader enhances digital accessibility with AI-powered reading assistance. It offers Text-to-Speech, multilingual support, customizable text display, and grammar assistance.
Qwen2.5-Max: How MoE Models Are Unlocking Smarter AI
Feb 02, 2025.
Discover how Qwen2.5-Max’s Mixture of Experts architecture revolutionizes AI efficiency, accuracy, and real-world problem-solving—and why it matters to you.
Implementing Localization in ASP.NET Core Web API
Dec 16, 2024.
Learn How to implement localization in ASP.NET Core Web API enables developers to create multilingual applications by supporting various languages and cultures.
Validation of Complex Objects in Multi-Lingual Environment Using DynamicVNET With ASP.NET Core
Oct 14, 2024.
DynamicVNET is a lightweight, rule-based validation library for .NET applications, designed to validate POCOs while adhering to the Single Responsibility Principle (SRP). It integrates seamlessly with ASP.NET Core, enabling flexible and dynamic validation for API requests with minimal configuration.
How to Implement Localization in Next.js?
Aug 05, 2024.
. This guide covers the basics of internationalization (i18n), setting up Next.js for multiple languages, managing translations, and dynamically rendering content based on the user's language preference.
Global Reach with Localization of Microsoft Copilot
Jul 03, 2024.
Discover its impact on multilingual AI adoption, enhancing user experience across diverse languages and cultures. Learn about Microsoft's approach to internationalization and the seamless integration of Copilot in various linguistic contexts, ensuring broad accessibility and usability worldwide.
Globalization And Localization In .NET Core
Jan 17, 2023.
In this article, you will learn about Globalization and localization (Multilingual Applications) in ASP.NET Core.
Support Multilanguage (Localization) In iOS Swift
Feb 17, 2022.
This article explains multiple language support to your app in iOS Swift
Type In Hindi Or Any Other Language Using Google Translate
Mar 26, 2019.
With Google Translate, you can easily type in Hindi or any other language without needing a specialized keyboard. Just enter text in your preferred language, and Google will translate or convert it in real-time.
How .NET Support Multiple Languages
Oct 29, 2018.
An application is said to be multilingual if it can be deployed in many different languages. With .NET, all of the languages Visual Basic .NET, C# and J# compile to common Intermediate language (IL). This makes all languages interoperable. Microsoft creates java bytecode, which is a low-level language with a simple syntax, which can be very quickly translated into native machine code.
How to Change Keyboard Language in Windows 8
Mar 24, 2013.
In this article, you will discover the simple steps to change keyboard language in Windows 8. Easily navigate language settings to adjust input methods, enabling seamless multilingual support.