Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want set input language for text box with this method InputLanguage Manager.SetInputLanguage(target,cultureInfo) but when input language not installed in system, i want install add this input language to system without user interaction.

example
textbox input language is en-US but in the system we haven't install this language, so from the code we add this language.


What I have tried:

i haven't any solution
Posted
Updated 31-Aug-20 12:19pm
v2
Comments
Sandeep Mewara 31-Aug-20 10:07am    
Those are system settings that you want to do. Installing a language pack.

Via code you can pick the pack and start the installer but user still needs to agree and install. Why through code?
Member 12910142 31-Aug-20 18:16pm    
I want set input language for text box with this method InputLanguage Manager.SetInputLanguage(target,cultureInfo) but when input language not installed in system, i want install add this input language to system without user interaction.

example
textbox input language is en-US but in the system we haven't install this language, so from the code we add this language.

1 solution

 
Share this answer
 
Comments
Member 12910142 31-Aug-20 18:17pm    
this class not accept add/install new input language
Richard MacCutchan 1-Sep-20 2:55am    
Sorry, you will have to do more research. I could not find a class that allows the installation of new languages.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900