International Code Snippets
How to change Input Language programmatically?
Do you know that your Windows Forms App could switch between installed languages at run-time? An...
Date: 12/31/2008
How to get list of all installed input locales?
In the last post we spoke about how to find what locale is currently selected as active. Now it's...
Date: 12/18/2008
How to get user's current input locale?
Windows supports number of locales installed on the same computer. Current input locale could be...
Date: 11/28/2008
Detect user writing system in run-time
As you know, some languages use left-to-right writing system and some – right-to-left. It is good...
Date: 11/12/2008
What we should know about CurrentCulture and CurrentUICulture?
From the first version .NET Framework has rich set of functions that allow you to make your...
Date: 11/10/2008