Skip to content

Commit 11f232a

Browse files
committed
fix: prefer en-us for dialogLine event detail
1 parent 4e947a8 commit 11f232a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WolvenKit.App/ViewModels/GraphEditor/Nodes/Scene/scnSectionNodeWrapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ private void PopulateDetailsInto(Dictionary<string, string> detailsDict)
203203
string? dialogueText = null;
204204
bool foundText = false;
205205

206-
var preferredLocaleId = WolvenKit.RED4.Types.Enums.scnlocLocaleId.db_db;
206+
var preferredLocaleId = WolvenKit.RED4.Types.Enums.scnlocLocaleId.en_us;
207207
var vdEntryPreferred = _sceneResource.LocStore.VdEntries.FirstOrDefault(vd =>
208208
vd.LocstringId?.Ruid == locstringRuid && vd.LocaleId == preferredLocaleId);
209209

0 commit comments

Comments
 (0)