C
craigkenisston
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
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.
to the community. This means, people from any country will use it
application has been created taking in consideration that will beFrom the begining I've thinking on the Globalization issue and the
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.