localizedName
LocalizedName is a field used in software data models to store the human-readable name of an object in a specific language. It supports multilingual user interfaces and content catalogs by providing translations that reflect the user’s locale, separate from technical identifiers.
Across systems, localizedName may be a single string representing the name in the current user locale, or
LocalizedName is distinct from fields such as name and displayName. The name often serves as a stable,
Implementation considerations include adhering to locale codes that follow standards such as BCP 47, defining fallback
Example usage: an item could have an id and a localizedName map with entries like "en":"Sword" and