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