Sign In
International Code Snippets
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
C#
CultureInfo
Globalization
Localization
VB.NET
Archive
Archives
December 2008
(2)
November 2008
(3)
MSDN Blogs
>
International Code Snippets
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
International Code Snippets
How to change Input Language programmatically?
Posted
over 4 years ago
by
Vitaly Zayko
1
Comments
Do you know that your Windows Forms App could switch between installed languages at run-time? An Input language is a Culture/Keyboard layout pair that determines how the physical keys on a keyboard map or plot to characters in a language (read more about...
International Code Snippets
How to get list of all installed input locales?
Posted
over 4 years ago
by
Vitaly Zayko
0
Comments
In the last post we spoke about how to find what locale is currently selected as active. Now it's time to find how many and what input locales are installed on a PC. Here are two overloaded functions: one returns locale IDs as integer values (e.g. 1049...
International Code Snippets
How to get user's current input locale?
Posted
over 4 years ago
by
Vitaly Zayko
2
Comments
Windows supports number of locales installed on the same computer. Current input locale could be important in some cases, for example in password request dialogs. Here is how you can find active locale in your WinForms App to warn user and prevent wrong...
International Code Snippets
Detect user writing system in run-time
Posted
over 4 years ago
by
Vitaly Zayko
1
Comments
As you know, some languages use left-to-right writing system and some – right-to-left. It is good pattern (and besides so easy in .NET Framework) to make other users to feel comfortable using your App even if no other localization is planned. Here is...
International Code Snippets
What we should know about CurrentCulture and CurrentUICulture?
Posted
over 4 years ago
by
Vitaly Zayko
3
Comments
From the first version .NET Framework has rich set of functions that allow you to make your Application to be World ready. And the most interesting place to start is System.Globalization namespace which contains CultureInfo class. But if you have explored...
Page 1 of 1 (5 items)