All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mjamsek.rest.services.LocaleService Maven / Gradle / Ivy

package com.mjamsek.rest.services;

import java.util.Locale;

public interface LocaleService {
    
    String getTranslation(String key, Locale locale);
    
    String getTranslation(String key, Locale locale, Object... params);
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy