com.antiaction.raptor.i18n.Language Maven / Gradle / Ivy
/*
* Created on 23/02/2010
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package com.antiaction.raptor.i18n;
public class Language {
/** Language id. */
public int id;
/** Compact culture name. */
public String culture_name;
/** Descriptive display name. */
public String display_name;
/** Optional 16 bit culture code. */
public int culture_code = -1;
/** Optional ISO 639x abbreviation. */
public String iso_639x;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy