translate big solution from "just default english" to "manylanguages"

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • per9000

    #1

    translate big solution from "just default english" to "manylanguages"

    We have a big application written without thought of supporting
    multiple languages with lots of strings in a default "english". Now
    the client wants to support any language (with a latin alphabet) and
    we need to redo a lot.

    I'm sort of thinking that we are not the first ones to end up in this
    kind of situation and I'd like to know if there are any tested and
    trusted ways of implementing a multi-language application.

    Thanks,

    Per 9000
  • Bob Powell [MVP]

    #2
    Re: translate big solution from "just default english" to "many languages"

    Sorry to let you down hard but there is only one solution. Hard graft and
    pain.

    One method that Microsoft uses is to do localization into a language that
    doesn't resemble anything remotely readable. If you can read any part of the
    UI, it's not correctly localized.

    You need to read up on satellite assemblies.

    --
    --
    Bob Powell [MVP]
    Visual C#, System.Drawing

    Ramuseco Limited .NET consulting


    Find great Windows Forms articles in Windows Forms Tips and Tricks


    Answer those GDI+ questions with the GDI+ FAQ


    All new articles provide code in C# and VB.NET.
    Subscribe to the RSS feeds provided and never miss a new article.


    "per9000" <per9000@gmail. comwrote in message
    news:58351052-c0b2-41d7-9395-caed075c7f59@p2 5g2000hsf.googl egroups.com...
    We have a big application written without thought of supporting
    multiple languages with lots of strings in a default "english". Now
    the client wants to support any language (with a latin alphabet) and
    we need to redo a lot.
    >
    I'm sort of thinking that we are not the first ones to end up in this
    kind of situation and I'd like to know if there are any tested and
    trusted ways of implementing a multi-language application.
    >
    Thanks,
    >
    Per 9000

    Comment

    Working...