473,657 Members | 2,513 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Internationalis ing Help Files

Hi,

Hope this isn't too dumb a query. I've been developing a VB application
for the international market (aimed at Australia and UK initially). I
have removed all labels from forms that used to contain dollars or pound
signs, and have formated boxes to display the correct local currencies,
which works nicely.

Problem is, is that I've created a help file with over 60 screenshots
that show my local dollar sign - I now have to recreate the same
screenshots and html files to show pound signs for the UK market!
OK, I'll have to re-do the lot...

Query is: has anyone out there been in a similar situation. What's the
best approach to handle it?

Thanks,

Tim.
Oct 10 '05 #1
2 2595

"Tim Freeman" <tf@nospam.com. au> wrote in message
news:Rb******** ***********@new s-server.bigpond. net.au...
Hi,

Hope this isn't too dumb a query. I've been developing a VB application
for the international market (aimed at Australia and UK initially). I
have removed all labels from forms that used to contain dollars or pound
signs, and have formated boxes to display the correct local currencies,
which works nicely.

Problem is, is that I've created a help file with over 60 screenshots
that show my local dollar sign - I now have to recreate the same
screenshots and html files to show pound signs for the UK market!
OK, I'll have to re-do the lot...

Query is: has anyone out there been in a similar situation. What's the
best approach to handle it?


This may not be the answer you seek but worth considering in the future.
Over 20 years ago I program the Macintosh where resources are stored
independently of the code. This makes localization a heck a lot easier,
replace the resource and you're done.

As far as screen display, in the future I am not sure there is a need for
currency sign at all. If I am in the US, I understand my Microsoft money
handling my bank account would be in dollars. If I am in Indonesia, in
Rupiahs, etc. The only issue I see here is the decimal point (between a coma
and a period). So I suggest, you have the same screen shots, and just
manually have different litle rectangles which will be filled with the
proper dollars, pound sterling, Deutche Mark, etc. So basically the
rectangles will be dropped on the right x and y coordinates on the screen.
This method could be as simple as capturing the bmp and use paint to
manually place the squares. This will help you in recapturing those screens
for localization without having to run the program over and over entering
data and setting up scenarios so the screen display would match the
description.
Oct 11 '05 #2
Hi Raoul,

Many thanks for the reply.

This may not be the answer you seek but worth considering in the future.
Over 20 years ago I program the Macintosh where resources are stored
independently of the code. This makes localization a heck a lot easier,
replace the resource and you're done. Will definitely look at going down this track if a similar project comes
up. I'll have to read up on using resource files!
As far as screen display, in the future I am not sure there is a need for
currency sign at all. If I am in the US, I understand my Microsoft money
handling my bank account would be in dollars. If I am in Indonesia, in
Rupiahs, etc. The only issue I see here is the decimal point (between a coma
and a period). I agree here, it's just the guy I'm working for in the UK seems to think
it's a neccessity...
So I suggest, you have the same screen shots, and just manually have different litle rectangles which will be filled with the
proper dollars, pound sterling, Deutche Mark, etc. So basically the
rectangles will be dropped on the right x and y coordinates on the screen.
This method could be as simple as capturing the bmp and use paint to
manually place the squares. This will help you in recapturing those screens
for localization without having to run the program over and over entering
data and setting up scenarios so the screen display would match the
description.

I like the idea and I'll give it a trial run for future reference.
Should be fairly easy to re-do the old labels like this and put a box
for the currency at the head of data grid colums.
Still have to convince the boss that a user won't forget what country
he's in though!

Best regards,

Tim.
Oct 11 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
14159
by: Mike | last post by:
I am sure that I am making a simple boneheaded mistake and I would appreciate your help in spotting in. I have just installed apache_2.0.53-win32-x86-no_ssl.exe php-5.0.3-Win32.zip Smarty-2.6.7.tar.gz on a system running WindowsXP SP2. Apache and PHP tested out fine. After adding Smarty, I ran the following http://localhost/testphp.php
44
4032
by: Xah Lee | last post by:
here's a large exercise that uses what we built before. suppose you have tens of thousands of files in various directories. Some of these files are identical, but you don't know which ones are identical with which. Write a program that prints out which file are redundant copies. Here's the spec. -------------------------- The program is to be used on the command line. Its arguments are one or
0
6117
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug file as folows. I need help to resolve them ASAP: cl /c /nologo /MDd /W3 /Od /GR /GM /Zi /GX /D "_DEBUG" /D " WIN32" /D "_W INDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /
18
3166
by: JKop | last post by:
Here's what I know so far: You have a C++ project. You have source files in it. When you go to compile it, first thing the preprocessor sticks the header files into each source file. So now you have your ".cpp" files all ready, without any "#include" or "#define" in them. Let's assume that there's 2 source files in this project, "a.cpp" and
3
3087
by: pooja | last post by:
Suppose i have created a class c1 with f1()in c1.cpp and included this c1.cpp in file1.cpp file , which is also having main() by giving the statement #include "c1.cpp". the same i can do by using header file. i can create a class c1 with f1() in c1.h and include this c1.h in file1.cpp by giving the statement #include "c1.h" tell me that what exactly is the difference between c1.h and c1.cpp? Since they both are doing the same things.
11
5573
by: ambika | last post by:
Iam just trying to know "c". And I have a small doubt about these header files. The header files just contain the declaration part...Where is the definition for these declarations written??And how does that get linked to our program when we run it??I would appreciate any helpful info..And I would like to thank you for that in advance -ambika
22
3001
by: Daniel Billingsley | last post by:
Ok, I wanted to ask this separate from nospam's ridiculous thread in hopes it could get some honest attention. VB6 had a some simple and fast mechanisms for retrieving values from basic text files, which in turn could be simply and easily maintained with notepad. I understand the benefits of XML, really, but in the case of configuration files it seems it is almost always nothing more than unnecessary complexity, both in accessing them...
18
2292
by: UJ | last post by:
Folks, We provide custom content for our customers. Currently we put the files on our server and people have a program we provide that will download the files. These files are usually SWF, HTML or JPG files. The problem as I see it - if you know the name of the file, you could download it off the server (currently we are using an HTTP/Get but I'm going to be using WebClient in the new version.) If there any way to password protect the...
3
5176
by: aRTx | last post by:
I have try a couple of time but does not work for me My files everytime are sortet by NAME. I want to Sort my files by Date-desc. Can anyone help me to do it? The Script <? /* ORIGJINALI
0
8842
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8513
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7352
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6176
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5642
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4173
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2742
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1733
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.