Geo J Thachankarygeothachankary.hashnode.dev·Dec 15, 2024Implementing Localization in ASP.NET Core Web APIThis blog post is part of the C# Advent 2024 calendar! Be sure to check it out for more great articles on C# and .NET. When building applications for users around the world, it's important to support different languages and regional settings. This p...614 reads.NET
Alex TrayforfreeCodeCampfreecodecamp.org·Dec 5, 2024Svelte i18n and Localization Made EasyApps are accessible worldwide. This means anyone from anywhere in the world can download your app. So, if you want to cater to people everywhere, your app needs to support multiple languages. Fortunately, Svelte is easy to work with, and it makes l...localization
Ayantunji TimilehinforfreeCodeCampfreecodecamp.org·Dec 4, 2024How to Build Multilingual Apps with i18n in ReactI recently worked on an exciting project that involved creating a website capable of switching between languages to appeal to a broader audience. This made me understand the concept of "localization" better, which typically entails adapting content t...React
syncfusionsyncfusion-blogs.hashnode.dev·Nov 26, 2024Build World-Class Flutter Apps with Globalization and LocalizationTL;DR: Learn to create globally accessible, culturally relevant Flutter apps. Covering everything from adapting UI elements like dates, currencies, and text direction to implementing multilingual support, this guide offers step-by-step instructions w...desktop
Othmane Kahtalblog.othmane.me·Nov 19, 2024Building Multilingual React Apps: Practical Guide to i18next and RTL SupportIn previous article, we understood why localization and internationalization are crucial parts that should be handled to create globally-ready products or apps. Now, in this article, we'll jump into a practical guide about how you can set up and conf...6 likes·49 readsi18next
TomerforfreeCodeCampfreecodecamp.org·Nov 15, 2024How to Support Multiple Languages In Your Flutter ApplicationWhen building my own applications, I usually don’t stress about having multiple language support. All of my applications are pet projects of mine and I mostly use them to learn and advance my knowledge. Without any intention, some of the applications...Flutter
Othmane Kahtalblog.othmane.me·Nov 2, 2024Why Internationalization and localization are No Longer Optional for Modern AppsInternationalization and localization are crucial parts to take into consideration when you start your application or product, to make it limitless across the world. In this article, we'll dive deep into these concepts and why you should take care of...1 like·67 readslocalization
Yoeven D KhemlaniforJigsawStack Blogjigsawstack.hashnode.dev·Nov 1, 2024Adding AI translation to your Supabase Postgres database from the dashboardVideo tutorial: https://youtu.be/loOJxuwgn2g Translations can be difficult to manage at scale in your database, especially for social generated content that consistently gets added and changed. Here’s how you can add AI translation right into your Su...AI
Okoye Ndidiamakaamikdigital.hashnode.dev·Oct 25, 2024Localization and Internationalization: How to Make Your Website Accessible to the Whole WorldIn today's digital world, the border of one country no longer constrains a business. Whether you are a small startup or an established company, the internet opens a gateway to global markets. But what is the key to making sure that your website or ap...L18N
Asfia Aimanasfiaaiman.hashnode.dev·Oct 21, 2024Exploring New Methods in Laravel 11: Number::defaultLocale() and Number::defaultCurrency()Laravel continues to evolve, introducing new features that make developing web applications a more streamlined and enjoyable experience. In Laravel 11, two exciting methods have been added to the Number facade: Number::defaultLocale() and Number::def...Number::defaultLocale()