Final Reminder: I18N ClickOnce Webcast On Wednesday

Here’s your final reminder for Wednesday’s MSDN webcast entitled "Deploying Internationalized Applications Using ClickOnce" at 6:00pm BST (10:00am Pacific Time). Full details are available here.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: Guy Smith-Ferrier
Posted on: Monday, June 26, 2006 at 1:00 AM
Categories: Events
Actions: E-mail | Kick it! | DZone it! | del.icio.us
Post Information: Permalink | Comments (4) | Post RSSRSS comment feed

Related posts

Comments

Guy Smith-Ferrier

Tuesday, June 27, 2006 1:00 AM

Guy Smith-Ferrier

Sean,

That’s an interesting idea. I’m not aware of anything like this. A couple of issues spring to mind. How are you expecting to receive translations from translators ? If you receive translations in bulk then you need to manage the issue that some new translations will have been added since they started their process and some old ones will have been deleted. If you receive them atomically then the translator is probably translating out of context and that makes for a poor translation.

Another issue is that you need to vet the translations. If a prankster deliberately mistranslates something you won’t know. Worse still you will publish it and be liable.

Certainly there are some issues to think about.

If you are simply after a quick and easy translation then use the machine translation facilities in the source code on http://www.dotneti18n.com" rel="nofollow">http://www.dotneti18n.com" target="new">http://www.dotneti18n.com" rel="nofollow">http://www.dotneti18n.com. Machine translation is not wholly accurate so don’t expect too much.

Guy

Guy Smith-Ferrier

Tuesday, June 27, 2006 1:00 AM

Guy Smith-Ferrier

Hi, Sean,

Glad you found it useful. I’m not aware of any interim updates for ClickOnce before .NET 3. BITS was expected to be in the next ClickOnce but I haven’t checked that out yet.

As for resource editors: yes. Download the source code on http://www.dotneti18n.com" rel="nofollow">http://www.dotneti18n.com" target="new">http://www.dotneti18n.com" rel="nofollow">http://www.dotneti18n.com. This contains a stand alone resource editor. The stand alone resource editor is based on a Resource Editor Control which is also included in the source code. If you don’t like the pre-assembled stand alone resource editor you could use the Resource Editor Control to create your own. One point to note though: the source code assumes it accompanies the book so the explanations are in the book - not in the code.

Guy

Sean

Tuesday, June 27, 2006 1:00 AM

Sean

Hi Guy,

Thanks for your quick reply. I’m hoping to get back to work soon on my app which involves globalization. One idea I did have was to set up web pages where contributors could provide translations to resource file strings (a la Wikipedia) in order to speed up satellite resource creation. I know it’s the lazy man’s way but it may work. If you come across something like that I’d be grateful if you could point me in that direction.

Sean

Sean

Tuesday, June 27, 2006 1:00 AM

Sean

Hi Guy,
I attended the webcast today and found it interesting. I have a couple of questions if you don’t mind. Do you know of any updates planned for the ClickOnce technology and also could you recommend any other resource editors apart from the ones supplied with VS 2005.
Thanks
Sean