How to use localization in C#

Add a Resource file to your project (you can call it “strings.resx”) by doing the following: Right-click Properties in the project, select Add -> New Item… in the context menu, then in the list of Visual C# Items pick “Resources file” and name it strings.resx. Add a string resouce in the resx file and give … Read more

What is the difference between CurrentCulture and CurrentUICulture properties of CultureInfo in .NET?

CurrentCulture is the .NET representation of the default user locale of the system. This controls default number and date formatting and the like. CurrentUICulture refers to the default user interface language, a setting introduced in Windows 2000. This is primarily regarding the UI localization/translation part of your app. Whatever regional options the system is configured … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)