Example usage for com.vaadin.client LocaleService getDefaultLocale

List of usage examples for com.vaadin.client LocaleService getDefaultLocale

Introduction

In this page you can find the example usage for com.vaadin.client LocaleService getDefaultLocale.

Prototype

public static String getDefaultLocale() 

Source Link

Usage

From source file:com.vaadin.client.DateTimeService.java

License:Apache License

/**
 * Creates a new date time service with the application default locale.
 */
public DateTimeService() {
    locale = LocaleService.getDefaultLocale();
}