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

com.mangopay.core.enumerations.CultureCode Maven / Gradle / Ivy

There is a newer version: 2.42.0
Show newest version
package com.mangopay.core.enumerations;

/**
 * Culture codes enumeration.
 */
public enum CultureCode {
    /**
    * Not specified.
    */ 
    NotSpecified,

    DE,
    EN,
    DA,
    ES,
    ET,
    FI,
    FR,
    EL,
    HU,
    IT,
    NL,
    NO,
    PL,
    PT,
    SK,
    SV,
    CS,
    
    /*
    * Temporary values to be removed in the future
    */
    de,
    en,
    da,
    es,
    et,
    fi,
    fr,
    el,
    hu,
    it,
    nl,
    no,
    pl,
    pt,
    sk,
    sv,
    cs
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy