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

com.fathzer.soft.jclop.dropbox.swing.MessagePack Maven / Gradle / Ivy

There is a newer version: 0.1.7
Show newest version
package com.fathzer.soft.jclop.dropbox.swing;

import java.util.Locale;

import com.fathzer.soft.ajlib.utilities.LocalizationData;


public class MessagePack {
	public static final String DEFAULT_BUNDLE_NAME = "com.fathzer.soft.jclop.dropbox.swing.messages"; //$NON-NLS-1$
	public static LocalizationData INSTANCE = new LocalizationData(DEFAULT_BUNDLE_NAME);

	public static String getString(String key, Locale locale) {
		return INSTANCE.getString(key, locale);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy