
org.opentripplanner.transit.model.basic.Locales Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of otp Show documentation
Show all versions of otp Show documentation
The OpenTripPlanner multimodal journey planning system
The newest version!
package org.opentripplanner.transit.model.basic;
import java.util.Locale;
public class Locales {
public static final Locale NORWAY = new Locale("NO");
public static final Locale NORWEGIAN_BOKMAL = new Locale("nb", "NO");
public static final Locale NORWEGIAN_NYNORSK = new Locale("nn", "NO");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy