473,800 Members | 2,648 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2702
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
1632
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.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
2
6031
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 a lot of considerations that could save time if planned up front, so anyone found or knows of good resource(s) to look at to save the pain of figuring it out the hard way? Books, whitepapers, samples, or articles. Thanks
8
2544
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 a french or German Internet Explorer in France or Germany. There is a runtime error "System.NotSupportedException: Culture "fr" is a neutral culture. It can not be used in formatting and parsing and therefore cannot be set as the thread's...
3
1614
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. When this happens the tag values for Text, ToolTip etc. are not used from the aspx file but read from the resource files. The problem is that most developers works on the aspx files to make and view changes.
0
1148
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 globalization/localization for these messages with ASP.NET 2.0? Or the built-in mechanism only works for resources in the web pages? Thanks.
1
1284
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 are any hard-coded messages, which needs to be localized 2. The Text/Value property for ASP UI Controls are read from Resource file rather than hard-coded
0
970
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
6471
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 does what I'm looking for. My application has all the strings hard-coded, I wasn't planning on localizing it when I first built it. But that's OK, I am perfectly willing to re-create a resource file for en_US with the required data.
1
1172
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. Is there any way to achieve this? for example if we select chineese then we have to write the related code ie in chineese in resource files.Without writing any thing(code related to chineese) in resource file, or in xml file i want to change...
0
9550
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10273
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10250
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
10032
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9085
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...
0
6811
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();...
1
4149
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
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2944
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.