@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/game-development/game-localization>
  a schema:TechArticle ;
  schema:headline "Game Localization and Internationalization" ;
  schema:url <https://anchorfact.org/game-development/game-localization/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_assisted" .

<https://anchorfact.org/kb/game-development/game-localization>
  schema:citation <https://www.w3.org/International/questions/qa-i18n> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/game-development/game-localization>
  schema:citation <https://docs.unity3d.com/Packages/com.unity.localization@1.5/manual/index.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-localization>
  schema:citation <https://www.unicode.org/reports/tr35/> ;
  af:sourceTier "S" .