An TranforDwarves Foundation's Team Blogdwarvesf.hashnode.net·Mar 31, 2023FeaturedI18n Frontend guidelineIn a front-end web application, locales are used to determine the language and geographic location of the user and to display the appropriate content to them. When a user visits a web page, the application will first detect their locale, then use thi...Shad Mirza and 1 other are discussing this2 people are discussing thisDiscuss·137 likes·966 readsi18n
Bhumi KhokhaniforBhumi Khokhanibhumikhokhani.hashnode.net·May 13, 2022Best Localization Software in 2022The link to the original post is here Introduction Technology is advancing over the last decade, and businesses all over the world are finding that running a successful business requires more than just having a great product. You must always adapt. ...Discuss·92 likes·347 readsSoftware ToolsOpen Source
Bhumi KhokhaniforBhumi Khokhanibhumikhokhani.hashnode.net·Jun 22, 2022LangOps and The Rise of LocalisationThe link to the original post is here Introduction As the world gets more globalized, language becomes increasingly important for many organizations in order to engage with customers all over the world. In fact, over half of marketers (49 percent) r...Discuss·91 likes·272 readsSoftware ToolsOpen Source
AlexforMetrists Localizationparsasi-1681083835917.hashnode.net·Apr 17, 2023A Comprehensive Guide to Localization for StartupsWhat is Localization, and Why is it Important for Startups? Localization is the process of adapting a product or content to a specific market or audience, considering linguistic, cultural, and other regional factors. For startups looking to expand gl...Discusslocalization
AlexforMetrists Localizationparsasi-1681083835917.hashnode.net·Apr 16, 2023Decoding Localization: The What, Why, and How of Expanding GloballyWhat is Localization? Localization is the process of adapting a product, service, or content to suit the linguistic, cultural, and market-specific needs of a target audience in a specific region. It goes beyond mere translation by considering not onl...Discusslocalization
An TranforDwarves Foundation's Team Blogdwarvesf.hashnode.net·Mar 31, 2023FeaturedI18n Frontend guidelineIn a front-end web application, locales are used to determine the language and geographic location of the user and to display the appropriate content to them. When a user visits a web page, the application will first detect their locale, then use thi...Shad Mirza and 1 other are discussing this2 people are discussing thisDiscuss·137 likes·966 readsi18n
Hieu VuforDwarves Foundation's Team Blogdwarvesf.hashnode.net·Mar 31, 2023Database Designs for Multilingual AppsThis story comes from the necessity of multi-language support across our applications. Dwarves Foundation handles a lot of international clients and there is always some level of concern for supporting multiple languages for certain apps. This is a c...Discuss·20 likes·63 readsdatabase design
An TranforDwarves Foundation's Team Blogdwarvesf.hashnode.net·Mar 31, 2023Continuous TranslationIntroduction Continuous Translation (CT) is a modern approach to translation management that involves synchronizing software development and translation workflows. This means that developers, translators, and product owners work together in a continu...Discuss·6 likes·56 readsi18n
mustaq saiyedformustaqsaiyed.hashnode.net·Mar 29, 2023Localization with flutterLocalization with flutter How to Implement Localization in Your Flutter App Are you ready to take your Flutter app global? Implementing localization is the key to reaching a wider audience and providing a seamless user experience for international u...Discuss·31 readsFlutter
Kirk MorrisforKirk M. (@saricden)'s blogsaricden.hashnode.net·Mar 11, 2023How to use CSS for localization stringsWhile developing my game: Hex.club, it became clear that translating my game into multiple languages (particularly Korean) would expose the game to a larger pool of more varied player markets. Therefore, I needed a technical solution to maintaining l...Discuss·10 likes·299 readsJavaScript
Mark ParkerforParker's blogmarkparker5.hashnode.net·Mar 4, 2023How to Localize All Your iOS Apps into 20 Languages in 5 MinutesOriginal post: https://markparker.me/blog/localize-ios-app-in-5-minutes Introduction In today's globalized world, the demand for mobile applications that cater to users from different countries and regions has increased significantly. To reach a wide...DiscussiOS
XavierforiOS DevXxavier7t.hashnode.net·Feb 18, 2023Localizing Date & Time in SwiftUIToday’s post will share a tip to work with localization. When you localize your app with a Date (in Swift the type Date represents both date and time), you might need to make dates get displayed in different languages. The source code of this post is...Discuss·65 readsiOS
Romman SabbirforRomman Sabbir | Officialrommansabbir.hashnode.net·Feb 16, 2023Android (Kotlin) : Locale HelperIf get to know something new by reading my articles, don't forget to endorse me on LinkedIn In this article, we are going to talk about how to change the language programmatically in Android OS. Android by default uses the Localeof the device to sel...Discuss·1.2K readsAndroid