blob: 6a5b3a48be374511d05236377bd31d426c8a9504 [file] [log] [blame]
[email protected]42ce29d2011-01-20 23:19:461// Copyright (c) 2011 The Chromium Authors. All rights reserved. Use of this
2// source code is governed by a BSD-style license that can be found in the
3// LICENSE file.
4
5#include "ui/base/ui_base_switches.h"
6
7namespace switches {
8
9// The language file that we want to try to open. Of the form
10// language[-country] where language is the 2 letter code from ISO-639.
11const char kLang[] = "lang";
12
13} // namespace switches