Class LanguageService

java.lang.Object
javachess.translation.LanguageService

public class LanguageService extends Object
LanguageService is responsible for managing the language of the application. It provides methods to set the language and retrieve messages in the selected language. It is used like i18n.
  • Constructor Details

    • LanguageService

      public LanguageService()
  • Method Details