Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SQL
I  have  created spanish  toolbar  using  right  click  on  toolbar  then  making  Insert Copy. Then  selecting  spanish  language.
This  procedure  is  how  we  create  Multilanguage  String  table. But  Now  I  dont  understand  how  to  use  it.
How  to  load  this  spanish  toolbar  on  language  selection.I  am  using Visual  Studio 2010 ,MFC ,MDI  application.


SQL
When  I  use  multilanguage  string  table,in CStrings   LoadString function  I can  pass  Language  Id as parameter.But  unfortunately  in  LoadToolbar  I am  unable to  find parameter Langauge  Id.


I am using Visual C++ 2010 MFC
Posted
Comments
Sergey Alexandrovich Kryukov 13-Apr-15 2:13am    
What language ID? Modern technology is based on using Unicode everywhere, so you can freely mix several language even in one string.
—SA

1 solution

 
Share this answer
 
Comments
adityarao31 13-Apr-15 5:15am    
I cannot attach image here but I can create multilanguage string table by Insert Copy.I can create multilanguage toolbar similarly.
I can use that string table.Cann anyone explain how to use that toolbar
Style-7 13-Apr-15 5:36am    
Add dll projects in the solution as translations. Add resource "toolbar".
Use GetUserDefaultUILanguage and load dll, after use HINSTANSE to load toolbar and use it. See also.
https://msdn.microsoft.com/en-us/goglobal/bb688160.aspx
https://msdn.microsoft.com/ru-ru/library/windows/desktop/dd318693(v=vs.85).aspx
adityarao31 13-Apr-15 7:48am    
This is not the solution for problem

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