473,397 Members | 2,077 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Localization/Globalization

Dear Sir/Madam

We are going to do the Localization/Globalisation for our product which has
nearly got 284 forms using satellite Assemblies.
I have got 2 questions
1. How to handle Substrings.
2.What issues can you think could come across during
Globalization/Localisation.
3. How to develop an utility(can anybody share the code) which will display
the only the text values from the resource files and allow to enter new
locale language text values depending on the size of text values.After
enering the new text values for the other language saves into another
resource files.
4.when we set Localizable = true and set the language it creates a very big
resource files .We need only the items which has got only the text field.Can
anyone knows how to filter out only the text values from the resource files.

Kind Regards,

Nov 17 '05 #1
1 2684
enahar wrote:
Dear Sir/Madam

We are going to do the Localization/Globalisation for our product which
has
nearly got 284 forms using satellite Assemblies.
There are companies and tools that are specialized on translating software.
Where I work we used excel files to translate the software ourselves. Each
column contained one language and we used macros to generate code with
string ids from that. But that was quite a lot of work and never worked
really well.
Now we basically develop one single-language version of the software and
send the final .exe and resource .dll's to someone else to translate. They
do the translation and send back the modified files. We find that this is
cheaper and much easier for the developers than translating it yourself.
I have got 2 questions
1. How to handle Substrings.
What are substrings? For strings you should store them all in resource
files. This way they can later be translated without changing the source
code.
2.What issues can you think could come across during
Globalization/Localisation.


Some not so obvious things that I have heard of/seen happen:

- sometimes the same or similar phrases get translated with different words.
That mostly happens when the translation is done by different people or
when some time passes between translations. There are translation tools
that keep track of already-translated phrases in a central database. They
use some fuzzy matching algorithms to tell you when a similar phrase has
been translated before and how.

- in c/c++ you could printf("output %d some %d text", varA, varB);
There are languages which's grammar would require the position of varA and
varB to be swapped. You couldn't do that with %d. Instead in C# you should
use "output {0} some {1} text", varA, varB. If the language's grammar
required it, the translator could change the string to "output {1} some {0}
text", varA, varB.
Also try not to concatenate several strings. That makes translation much
harder because you will not be able to figure out the context of the single
text fragments in the resource file.

- always provide enough space for text on the form. Labels that are wide
enough in the english version can require 130% of that width when
translated to french for example. Not to think of languages that require
your text (or even the whole form) to be mirrored.. there are tools that
can check the width of labels to make sure no text gets cut off after
translation and which can automatically mirror your whole form for
languages that are written from right to left.

hope that helps,
Max

Nov 17 '05 #2

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

Similar topics

0
by: enahar | last post by:
Dear Sir/Madam We are going to do the Localization/Globalisation for our product which has nearly got 284 forms using satellite Assemblies. I have got 2 questions 1. How to handle Substrings....
2
by: fadi | last post by:
Hello, I have never implemented Globalization and Localization before, but I am trying to plan for it before starting to implement it in new application. From what I am finding is that there are...
8
by: Olivier Matrot | last post by:
I encounter a problem with Localization features in ASP.NET 2.0. Is seems that the framework is not able to manage neutral cultures such as 'fr', or 'de'. Those are the culture sent by default from...
3
by: jojobar | last post by:
Hello, I am trying to localize an existing application (asp.net 2.0). using implicit as well as explicit localization. Asp.net 2.0 uses App_LocalResources folder for implicit localization....
0
by: leodippolito | last post by:
Hello sirs, In my business layer classes I need to throw exceptions with error messages that will be caught by the web pages and shown to the user. Is there any way to enable...
1
by: prabhupr | last post by:
Hi All Is there any easy way to validate if my current code base fully support Localization + Globalization? 1. Any tool to scan all my code base files (aspx. cs,...) and identify if there...
0
by: Radu | last post by:
Hello. I have the following problem: In a test page I have <asp:Label ID="lblTestResourceFiles" runat="server" Text="" meta:resourcekey="String1"> </asp:Label>
3
by: Computer Guru | last post by:
I have a VB.NET 2005 application with several forms and a couple hundred "strings." I've been looking into all the localization improvements in VB.NET, and I can't seem to find anything that...
1
by: archu007 | last post by:
Hi everyone I want to implement localization and globalization in my web application. my requirement is i wan t my page contents should be changed dynamically according to the selected culture....
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.