주요 내용으로 건너뛰기
MPStorysMAPLESTORY SERIES HUB
뒤로 가기 가이드
MapleStory WorldsJP

Understanding Localization in MapleStory Worlds

확인된 내용 MapleStory Worlds Creator Center Guides
Understanding Localization in MapleStory Worlds

요점

An official hands-on lesson for LocaleDataSet, LocalizationService, text keys, client language behavior, translators, and localized image or resource selection.

상세 내용

Localization model

  • Use locale-aware keys instead of hard-coded player-facing strings.
  • LocaleDataSet stores source and localized values for each supported language.

Runtime text

  • LocalizationService resolves text for the current client locale.
  • Translator instances can request text for a specific locale.

Localized resources

  • Resource identifiers can be selected through localized data as well as text.
  • Test multiple client languages before publishing.

Prerequisites

  • Basic Maker and scripting knowledge

Practical steps

  • Create a LocaleDataSet.
  • Replace visible strings with localization keys.
  • Read text through LocalizationService.
  • Test text and resources in every supported locale.

이 시리즈의 다른 작품도 확인해 보세요.

이것 가이드 이 항목은 다음과 관련이 있습니다 MapleStory Worlds아래 관련 페이지는 이 시리즈를 다른 것들과 분리합니다 메이플스토리 게임.

소스와 검증

원문 요약과 사실을 유지합니다. 첫 번째 당사 페이지는 인용 목적으로 첨부되어 있습니다.

MapleStory Worlds Creator Center Guides