Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Developing Multilingual VBA Apps

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 205
Default Developing Multilingual VBA Apps

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Help Developing Formula RockyFTI Excel Worksheet Functions 4 June 12th 09 07:24 PM
Help - Alt-E hotkey does not work in MSOffice apps, no prob in other apps Bob Newheart Excel Discussion (Misc queries) 4 July 28th 08 03:57 PM
Multilingual User Interface Pack for excel 2007 [email protected] Excel Discussion (Misc queries) 0 April 16th 07 07:20 AM
function names multilingual Erich Neuwirth Excel Programming 1 August 4th 04 04:00 PM
developing an app for the Mac on a w2k box with office 2k Kent Eilers Excel Programming 2 February 18th 04 03:56 AM


All times are GMT +1. The time now is 09:04 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"