Re: Localization and resource management through XML files
- From: Grant Frisken <grant@xxxxxxxxxxxxxxx>
- Date: Thu, 02 Aug 2007 02:41:52 -0700
On Aug 1, 7:54 pm, Amb k <A...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I just want to know how can we achieve localization using string tables and
xml resource files? any idea
Why do you want to do this? Trying to localize an application by
centralizing all of the strings in a single file per culture
sacrifices many of the benefits of the .NET localization model. In
particular it means you cannot view/edit the localized forms/controls
at design time and ensure that controls are sized appropriately for
each language.
The main challenge with the .NET localization model is the number of
resource files you need to manage and providing a mechanism for the
translator to translate them. This can be overcome with the use of a
good third party localization tool. Infralution has just released a
new product, Globalizer.NET, that simplifies this process. It is
very reasonably priced and has a free Translator Edition that can be
used by the translator to perform translations, preview the localized
forms and controls and even build the fully localized application.
You can get more information and download an evaluation from
www.infralution.com/globalizer.html
Regards
Grant Frisken
Infralution
.
- Prev by Date: Re: ReadOnly property according to M$
- Next by Date: Re: ReadOnly property according to M$
- Previous by thread: Re: windows xp service pack2
- Next by thread: Re: Problem with publishing - <filename>.exe.config.deploy file?
- Index(es):
Relevant Pages
|