Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Multi-Lingual Application

0 views
Skip to first unread message

Grace

unread,
Oct 17, 2002, 2:31:01 AM10/17/02
to
Hello,

I'm working on building a Muli-Lingual web application
using asp.net and I would like to know what is the best
way of handling the language translations. In the old asp
way, we used to load the translation in all languages in
application variables and keep them in memory. However in
asp.net I was reading something about the resource files.
Are the resource files efficient to handle a large
application or is it better to stick to the application
variables?

Thank You,
Grace

Eph0nk

unread,
Oct 17, 2002, 5:06:10 AM10/17/02
to
Personally i solved the problem by using asp:label fields and filling them
with the content from an XML file (with all the different languages).

---
Tim De Vogel
S-Data NV
"Grace" <gman...@yahoo.com> schreef in bericht
news:553501c275a6$c2e120b0$35ef2ecf@TKMSFTNGXA11...

Grace

unread,
Oct 23, 2002, 1:04:58 PM10/23/02
to
Tim,
Thank you for your reply. I would like to know if you are
using the xml method on a large application. Is it
efficient and fast enough to query on each label from a
large xml document? And in your case is the xml loaded in
memory in an application variable or do you load it
whenever the screen opens?

I really appreciate your feedback on this and would
like to thank you in advance.

Grace Manasseh

>.
>

Eph0nk

unread,
Oct 29, 2002, 10:38:49 AM10/29/02
to
I must say that it didn't had a lot of text (the usual text that belongs to
an application, but surely nothing like a newssite for example).
The xml's where loaded into memory - and applied at runtime. The
application used caching - and for my case it worked very good (=fast) &
easy.

It used a "backsite" in order for my client to update certain parts of the
text himself.
Hope this helps - sorry for the late reply.

---
Tim De Vogel
S-Data NV


"Grace" <gman...@yahoo.com> schreef in bericht

news:bce701c27ab6$512486a0$3aef2ecf@TKMSFTNGXA09...

0 new messages