LanguageManagerFactory | This is the factory for LanguageManager. Its purpose is to instantiate the service and inject dependencies into it. |
TranslationManagerFactory | This is the factory class for UserManager service. The purpose of the factory is to instantiate the service and pass it dependencies (inject dependencies). |
TranslationSaverFactory | This is the factory class for UserManager service. The purpose of the factory is to instantiate the service and pass it dependencies (inject dependencies). |