Questions tagged [c10n]

A Java library, focused on making internationalisation more modular, easier to evolve and maintain, robust-to-change and IDE-friendly without excess of external tools.

1 questions
0
votes
2 answers

How to use C10N library to enable a class returning translated Strings

I'd like to use the C10N library to manage translations in a Java project, but I don't understand how to use it to enable classes generate translated strings. Please consider the following single-language example. public interface Pet { public…
Paolo Fulgoni
  • 5,208
  • 3
  • 39
  • 55