主要コンテンツにスキップ
MPStorysMAPLESTORY SERIES HUB
戻る ガイド
MapleStory WorldsKR

Localizing Dynamic Text Formats in MapleStory Worlds

検証済み MapleStory Worlds Creator Center Guides
Localizing Dynamic Text Formats in MapleStory Worlds

この要点を押さえてください

An official implementation guide for dynamic localized strings using argument holes, GetTextFormat, SmartFormat, Korean postpositions, plural rules, and validation of malformed formats.

詳細内容

Argument holes

  • Use indexed placeholders when a localized sentence contains changing names or values.
  • Keep the placeholder count aligned with supplied arguments.

Formatting APIs

  • GetTextFormat resolves a localized key and fills its arguments.
  • SmartFormat applies formatting rules directly to a supplied format string.

Language rules

  • Use supported postposition and plural formatters for natural output.
  • Malformed brackets, formatter names, or argument counts return fallback output and must be tested.

Prerequisites

  • Understanding Localization lesson
  • Basic LuaScript knowledge

Practical steps

  • Define localized formats with indexed arguments.
  • Use GetTextFormat for table-backed text.
  • Use SmartFormat where direct formats are appropriate.
  • Test plural, postposition, and invalid-format cases.

このシリーズの他の作品もチェックしてください

これは ガイド このエントリは所属しています MapleStory Worlds下部の関連ページは、このシリーズを他のものから分離します メイプルストーリー ゲーム。

ソースと確認

MPStoryはオリジナルの概要と構造的な事実を保持しています。第一方ページは、日付、ルール、後の修正を引用するために付属しています。

MapleStory Worlds Creator Center Guides