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...

Author: Vitaly Zayko 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...

Author: Vitaly Zayko 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...

Author: Vitaly Zayko 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...

Author: Vitaly Zayko 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...

Author: Vitaly Zayko Date: 11/10/2008