Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 641321
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T21:03:00+00:00 2026-05-13T21:03:00+00:00

Most people would agree that internationalizing an existing app is more expensive than developing

  • 0

Most people would agree that internationalizing an existing app is more expensive than developing an internationalized app from scratch.

Is that really true? Or when you write an internationalized app from scratch the cost of doing I18N is just being amortized over multiple small assignments and nobody feels on his shoulders the whole weight of the internationalization task?

You can even claim that a mature app has many and many LOC that where deleted during the project’s history, and that they don’t need to be I18Ned if internationalization is made as an after thought, but would have been I18N if the project was internationalized from the very beggining.

So do you think a project starting today, must be internationalized, or can that decision be deferred to the future based on the success (or not) the software enjoys and the geographic distribution of the demand.

I am not talking about the ability to manipulate unicode data. That you have for free in most mainstream languages, databases and libraries. I am talking specifically of supporting your own software’s user interface in multiple languages and locales.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T21:03:01+00:00Added an answer on May 13, 2026 at 9:03 pm

    “when you write an internationalized app from scratch the cost of doing I18N is … amortized”

    However, that’s not the whole story.

    Retroactively tracking down every message to the users is — in some cases — impossible.

    Not hard. Impossible.

    Consider this.

    theMessage = "Some initial part" + some_function() + "some following part";
    

    You’re going to have a terrible time finding all of these kinds of situations. After all, some_function just returns a String. You don’t know if it’s a database key (never shown to a person) or a message which must be translated. And when it’s translated, grammar rules may reveal that a 3-part string concatenation was a dumb idea.

    You can’t simply GREP every String-valued function as containing a possible I18N message that must be translated. You have to actually read the code, and possibly rewrite the function.

    Clearly, when some_function has any complexity to it at all, you’re stumped as to why one part of your application is still in Swedish while the rest was successfully I18N’d into other languages. (Not to pick on Swedes in particular, replace this with any language used for development different from final deployment.)

    Worse, of course, if you’re working in C or C++, you might have some of this split between pre-processor macros and proper C-language syntax.

    And in a dynamic language — where code can be built on the fly — you’ll be paralyzed by a design in which you can’t positively identify all the code. While dynamically generating code is a bad idea, it also makes your retroactive I18N job impossible.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know that most people recommend using HttpRuntime.Cache because it has more flexibility... etc.
Most people suggest that learning assembly is essential, its important to know the underlying
Most people say never throw an exception out of a destructor - doing so
Like most people, I learnt C++ after C. I learnt C++ because it was
I think most people know how to do this via the GUI (right click
I think most people here understand the importance of fully automated builds. The problem
How do most people handle updating ASP.NET applications running in a webfarm? I am
Compared to most people on this site I am admittedly a novice. I wanted
As I think most people know already, or if you don't, FPDF released a
I was wondering when most people wrote their unit tests, if at all. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.