Desktop Functions: Smart Device Functions:
|
LoadKeyboardLayout (user32)
C# Signature:
[DllImport("user32.dll")] User-Defined Types:None. Notes:None. Tips & Tricks:set flags to 1 when trying to change language set flags to 0 when trying to reverse the change Please add some! Sample Code:LoadKeyboardLayout("00000429", 1); Please add some! //commen on 09 August 2010 by yazeed hamdan, // This is not alternative, this will set the default input language based on installed keyboard layouts, if //the layout is not installed in regional settings, nothing will happen, but with LoadKeyboardLayout, the input //language will be installed if it doesnt exist in regional and language settings. Alternative Managed API:Alternative Managed API:Do you know one? Please contribute it! //switch to Persian(IR) language InputLanguage.CurrentInputLanguage = InputLanguage.FromCulture(new System.Globalization.CultureInfo("fa-IR")); //switch to English(US) language InputLanguage.CurrentInputLanguage = InputLanguage.FromCulture(new System.Globalization.CultureInfo("En-US")); Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|