Day: November 1, 2010

  • Thoughts on handling Translations and Views on Source Code

    One of my recent java projects was to be used by users with three different languages. We went with the standard java approach of using properties files for messages. In intellij there is decent tool support for that. However it seems a bit odd to have a strongly typed language and then rely on string…