Skip to content
Snippets Groups Projects
Commit fec802f4 authored by amazoyer's avatar amazoyer
Browse files

Commit

parent a48cb6e6
Branches maven
No related tags found
No related merge requests found
......@@ -24,11 +24,11 @@ $(function($) {
// useLanguage : true
// }));
Manager.addWidget(new AjaxFranceLabs.LanguageSelectorWidget({
// Take the languageSelector element by ID.
elm : $('#languageSelector'),
id : 'languageSelector'
}));
// Manager.addWidget(new AjaxFranceLabs.LanguageSelectorWidget({
// // Take the languageSelector element by ID.
// elm : $('#languageSelector'),
// id : 'languageSelector'
// }));
Manager.addWidget(new AjaxFranceLabs.LoginDatafariLinksWidget({
// Take the loginDatafariLinks element by ID.
......
......
/*******************************************************************************
* Copyright 2015 France Labs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*******************************************************************************/
package com.francelabs.datafari.utils;
import java.util.Arrays;
import java.util.List;
/**
* Language Utility class
*
* @author France Labs
*
*/
public class LanguageUtils {
public static final List<String> availableLanguages = Arrays.asList("en", "fr", "it");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment