Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I wanted to develop an application that supported various common languages
(English, Spanish, etc). The idea is the person could select the language from a drop down combo box and this selection would then drive the appropriate forms and dialog boxes. Does anybody have any ideas on how to go about coding such a concept? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Blazin,
I wanted to develop an application that supported various common languages (English, Spanish, etc). The idea is the person could select the language from a drop down combo box and this selection would then drive the appropriate forms and dialog boxes. Does anybody have any ideas on how to go about coding such a concept? The usual approach is to include a language look-up table in a worksheet, such that each bit of text is given a unique ID. One row for each ID, one column for each language. When the form is shown, code in the Initialize event reads the ID from the control, looks up the appropriate text and writes it to the control. This technique is covered in a little more detail in my "International Issues" chapter of the "Excel 2002 VBA Programmer's Reference", which can be read online on my web site. Regards Stephen Bullen Microsoft MVP - Excel www.oaltd.co.uk |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need Help Developing Formula | Excel Worksheet Functions | |||
Help - Alt-E hotkey does not work in MSOffice apps, no prob in other apps | Excel Discussion (Misc queries) | |||
Multilingual User Interface Pack for excel 2007 | Excel Discussion (Misc queries) | |||
function names multilingual | Excel Programming | |||
developing an app for the Mac on a w2k box with office 2k | Excel Programming |