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

pl.allegro.finance.tradukisto.internal.languages.english.AmericanEnglishValues Maven / Gradle / Ivy

Go to download

Small java library created to convert numbers to their word representations

There is a newer version: 3.1.0
Show newest version
package pl.allegro.finance.tradukisto.internal.languages.english;

public class AmericanEnglishValues extends EnglishValues {
    @Override
    public String currency() {
        return "$";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy