Localization: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 April 2022

  • curprev 21:4421:44, 19 April 2022NawTora talk contribs 637 bytes +637 Created page with "Category:UI Category:Scripting Localization with multiple script files and UI localization. Simple mods should have no problem with using localization string ID directly: <code>my_string = "$MOD_ID:LOC_STR_ID"</code> Through once mod grows larger (multiple files) it might no longer work as expected. In that case you can use <code>my_string = Loc_FormatText("$MOD_ID:LOC_STR_ID")</code> For localizing xaml UI you will have to use DataContext to hold text and..."