Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Using built-in localization for a commercial application.

Reply
Thread Tools

Using built-in localization for a commercial application.

 
 
craigkenisston@hotmail.com
Guest
Posts: n/a
 
      09-22-2006
I'm starting to work in an application that will be freely distribuited
to the community. This means, people from any country will use it
>From the begining I've thinking on the Globalization issue and the

application has been created taking in consideration that will be
translated, separating all strings in an XML file to read from.
I just started this way and never stopped to take a look at the
built-in globalization features on asp.net 2.0. Now, I am.
I'm wondering whether I can use the globalizations features on asp.net
2.0 or continue as I was doing. I'm thinking of products like
vBulleting and WordPress that provides you with a single XML file that
you can take, open, translate your self and upload to your site and
have your website languages changed. Or simply if some strings don't
like you, you can changed them and have them automatically translated.
I want this kind of simple functionality for my software and I don't
know if use the Globalization on asp.net 2.0 with their .resx files
will make me able to provide this.
I appreciate any comment.

 
Reply With Quote
 
 
 
 
craigkenisston@hotmail.com
Guest
Posts: n/a
 
      09-23-2006

I really, really appreciate ANY comment


wrote:
> I'm starting to work in an application that will be freely distribuited
> to the community. This means, people from any country will use it
> >From the begining I've thinking on the Globalization issue and the

> application has been created taking in consideration that will be
> translated, separating all strings in an XML file to read from.
> I just started this way and never stopped to take a look at the
> built-in globalization features on asp.net 2.0. Now, I am.
> I'm wondering whether I can use the globalizations features on asp.net
> 2.0 or continue as I was doing. I'm thinking of products like
> vBulleting and WordPress that provides you with a single XML file that
> you can take, open, translate your self and upload to your site and
> have your website languages changed. Or simply if some strings don't
> like you, you can changed them and have them automatically translated.
> I want this kind of simple functionality for my software and I don't
> know if use the Globalization on asp.net 2.0 with their .resx files
> will make me able to provide this.
> I appreciate any comment.


 
Reply With Quote
 
 
 
 
craigkenisston@hotmail.com
Guest
Posts: n/a
 
      09-23-2006
I found the following extract here :
http://openmymind.net/index.aspx?documentId=3

**************************************************
Why not use what's available as-is?
While it's certainly possible to develop a multilingual application
with the tools provided with ASP.Net, there are a number of limitation
which make the task less than streamlined. Some of the key problems
are:

* Resource files are embedded into [satellite] assemblies
* Resource files can't return strongly-typed objects
* Web controls aren't easily hooked with resource files

While the list might seem small, the above three issues can be quite
serious - with the first being the worst. For example, since resource
files are embedded into assemblies, its very difficult to ship a
product which provides the client with the flexibility to change the
content - a feature offered by many products. At my previous job, every
time the translation department wanted to change some text, we'd need
to recompile the entire application, stop 20 web servers and copy the
..dll into the bin folder - a frustrating process.
**************************************************

I think this last pretty much answer my question, seems one cannot add
languages on the fly, a recompilation is needed !!
Really !?

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
date localization using the ajax calendarextender Carlos ASP .Net 2 10-15-2009 03:42 PM
Using Resource Files - not for localization Bill Mell ASP .Net 1 07-25-2007 05:56 AM
Using Ruby in a commercial application? Chanon Sajjamanochai Ruby 6 08-15-2006 05:15 AM
Running application using DLL + DLL localization Krzysiek C++ 2 07-05-2004 08:00 AM
Using Localization Toolkit and Html controls Jonas ASP .Net 1 08-19-2003 03:46 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57