blob: d6d3d2c65ba7a26e0e5bbd45e4c30b589b1aa0ee [file]
// Copyright 2026 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module mojo_base.mojom;
// Corresponds to the BCP47 language tag in base/i18n/language_tag.h
struct LanguageTag {
// A string representing a BCP47 language tag.
string tag_string;
};