Table of Contents

Class ModFileManifestModelRepurposedLanguage

Namespace
LlamaLogic.Packages.Models.ModFileManifest
Assembly
LlamaLogic.Packages.dll

Represents a repurposed language in a mod file manifest SnippetTuning resource (🔓)

public sealed class ModFileManifestModelRepurposedLanguage : IXmlSerializable
Inheritance
ModFileManifestModelRepurposedLanguage
Implements
Inherited Members

Properties

ActualLocale

Gets/sets the IETF BCP 47 language tag identifying the non-game-supported language this mod actually contains in the domain ordinarily reserved to GameLocale

[YamlMember(Order = 2)]
public string ActualLocale { get; set; }

Property Value

string

GameLocale

Gets/sets the IETF BCP 47 language tag identifying the game-supported language this mod is repurposing

[YamlMember(Order = 1)]
public string GameLocale { get; set; }

Property Value

string

Remarks

The IETF BCP 47 language tags currently supported by The Sims 4 at time of writing are:

TagDescription
en-USAmerican English | English (United States) | Full instance prefix: 0x00
zh-CN简体中文 | Chinese (Simplified, Mainland China) | Full instance prefix: 0x01
zh-TW繁體中文 | Chinese (Traditional, Taiwan) | Full instance prefix: 0x02
czČeština | Czech | Full instance prefix: 0x03
daDansk | Danish | Full instance prefix: 0x04
nlNederlands | Dutch | Full instance prefix: 0x05
fiSuomi | Finnish | Full instance prefix: 0x06
fr-FRFrançais | French (France) | Full instance prefix: 0x07
deDeutsch | German | Full instance prefix: 0x08
itItaliano | Italian | Full instance prefix: 0x0b
ja日本語 | Japanese | Full instance prefix: 0x0c
ko한국어 | Korean | Full instance prefix: 0x0d
nbNorsk | Norwegian | Full instance prefix: 0x0e
plPolski | Polish | Full instance prefix: 0x0f
pt-BRPortuguês | Portuguese (Brazil) | Full instance prefix: 0x11
ruРусский | Russian | Full instance prefix: 0x12
es-ESEspañol | Spanish (Spain) | Full instance prefix: 0x13
svSvenska | Swedish | Full instance prefix: 0x15