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

net.sf.oval.localization.locale.LocaleProvider Maven / Gradle / Ivy

/*******************************************************************************
 * Portions created by Sebastian Thomschke are copyright (c) 2005-2013 Sebastian
 * Thomschke.
 *
 * All Rights Reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *     Sebastian Thomschke - initial implementation.
 *******************************************************************************/
package net.sf.oval.localization.locale;

import java.util.Locale;

/**
 * @author Sebastian Thomschke
 */
public interface LocaleProvider
{
	Locale getLocale();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy