blob: 5d40fbe02d9784b7f3c38094e1600fb528610422 [file] [log] [blame]
package com.google.gwt.examples.i18n;
import com.google.gwt.i18n.client.ConstantsWithLookup;
public interface NumberFormatConstantsWithLookup extends ConstantsWithLookup {
/**
* @return the localized decimal separator
*/
String decimalSeparator();
/**
* @return the localized thousands separator
*/
String thousandsSeparator();
}