Top "Localization" questions

Localization is the process of adapting a product or service to a particular language, culture, and desired local "look-and-feel".

What's NSLocalizedString equivalent in Swift?

Is there an Swift equivalent of NSLocalizedString(...)? In Objective-C, we usually use: NSString *string = NSLocalizedString(@"key", @"comment"); How can I …

ios swift localization nslocalizedstring
Using ResourceManager

I'm trying to use the ResourceManager in a C# class, but don't know what to substitute for the basename when …

c# localization resourcemanager
How to convert string to double with proper cultureinfo

I have two nvarchar fields in a database to store the DataType and DefaultValue, and I have a DataType Double …

c# .net localization globalization
Lint: How to ignore "<key> is not translated in <language>" errors?

I can't compile/debug our Android app, because the localization files are not perfect yet. My IDE's validation tool Lint …

eclipse android-studio localization android-resources android-lint
Best practice to make a multi language application in C#/WinForms?

I've been looking into making applications suitable for multiple languages in C# since I need to work on a small …

c# winforms localization internationalization
Schema for a multilanguage database

I'm developing a multilanguage software. As far as the application code goes, localizability is not an issue. We can use …

database-design localization multilingual
Best way to implement multi-language/globalization in large .NET project

I'll soon be working on a large c# project and would like to build in multi-language support from the start. …

c# .net localization multilingual
What is the correct way to set Python's locale on Windows?

I'm attempting to sort a list of strings in a locale-aware manner. I've used the Babel library for other i18…

python windows localization internationalization
Exception messages in English?

We are logging any exceptions that happen in our system by writing the Exception.Message to a file. However, they …

c# .net exception localization
Change format of md-datepicker in Angular Material with momentjs

Angular material introduced a new date picker component found here. I want the date returned by this component to be …

javascript angularjs localization angular-material momentjs