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)
December, 2008
MSDN Blogs
>
International Code Snippets
>
December, 2008
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...
Page 1 of 1 (2 items)