{"id":"ui--yuiLocaleProperty","name":"yuiLocaleProperty","owner":"yeho","package":"ui","kind":"thing","signature":"external thing yuiLocaleProperty","description":"A yui locale property record carrying nodeId, locale, language, direction, lineBreak, and related state.","context":"Build YUI's reusable control, layout, interaction, text, accessibility, and retained-rendering models.","parameters":[],"returns":"void","members":[{"name":"nodeId","kind":"field","type":"text","description":"Stores node id as text.","signature":"text nodeId","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"locale","kind":"field","type":"text","description":"Stores locale as text.","signature":"text locale","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"language","kind":"field","type":"text","description":"Stores language as text.","signature":"text language","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"direction","kind":"field","type":"text","description":"Stores direction as text.","signature":"text direction","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"lineBreak","kind":"field","type":"text","description":"Stores line break as text.","signature":"text lineBreak","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"numeralSystem","kind":"field","type":"text","description":"Stores numeral system as text.","signature":"text numeralSystem","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"source","kind":"field","type":"text","description":"Stores source as text.","signature":"text source","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"yuiLocaleProperty","kind":"constructor","parameters":[{"name":"nodeId","type":"text","description":"Node id."},{"name":"locale","type":"text","description":"Locale."},{"name":"language","type":"text","description":"Language."},{"name":"direction","type":"text","description":"Direction."},{"name":"lineBreak","type":"text","description":"Line break."},{"name":"numeralSystem","type":"text","description":"Numeral system."},{"name":"source","type":"text","description":"Source."}],"returns":"void","signature":"yuiLocaleProperty(text nodeId, text locale, text language, text direction, text lineBreak, text numeralSystem, text source)","description":"Yui locale property.","tags":["thing","constructor","ui"],"updated":"2026-09-09"},{"name":"ValidationIssue","kind":"method","parameters":[],"returns":"text","signature":"ValidationIssue() returns text","description":"Validation issue.","tags":["thing","method","ui"],"exampleId":"method-ValidationIssue-8","updated":"2026-09-09"},{"name":"Describe","kind":"method","parameters":[],"returns":"text","signature":"Describe() returns text","description":"Describe.","tags":["thing","method","ui"],"exampleId":"method-Describe-9","updated":"2026-09-09"}],"tags":["cpu","method","source-example","thing","ui","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/ui/text-locale.yh","line":2,"sha256":"f94675a021e536a25eeecbefd67a1e88ba3c63fddf46ace8e10a80b7140bff2a"},"status":"source-declared","notes":["Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup."],"examples":[{"id":"usage","title":"Use yuiLocaleProperty","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using ui\n\n// Build YUI's reusable control, layout, interaction, text, accessibility, and retained-rendering models.\nyuiLocaleProperty sample = yuiLocaleProperty(\"node Id\", \"locale\", \"language\", \"direction\", \"line Break\", \"numeral System\", \"example\")\nConsole.Log(Text.From(sample.nodeId))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuilocaleproperty\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"17b30a47a52cc2cde1d65edb8190632a0091edf931fcb81f5f6cb7e09ad12d22","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ValidationIssue-8","title":"yuiLocaleProperty.ValidationIssue","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Validation issue.\nyuiLocaleProperty instance = yuiLocaleProperty(\"node Id\", \"locale\", \"language\", \"direction\", \"line Break\", \"numeral System\", \"example\")\ntext result = instance.ValidationIssue()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuilocaleproperty\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"a23585e7bb33d4ed13753d6f08a76910af158118fa74ccfe973c4c354337ce6d","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-9","title":"yuiLocaleProperty.Describe","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Describe.\nyuiLocaleProperty instance = yuiLocaleProperty(\"node Id\", \"locale\", \"language\", \"direction\", \"line Break\", \"numeral System\", \"example\")\ntext result = instance.Describe()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuilocaleproperty\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"533f65b3b20485292f12d6bb1b4d35746f20736b5cb057b5a737d4b1292ec8eb","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["nodeId","locale","language","direction","lineBreak","numeralSystem","source","yuiLocaleProperty","ValidationIssue","Describe"],"url":"https://demonhunterlabs.com/academy/api?item=ui--yuiLocaleProperty","json":"https://demonhunterlabs.com/reference/items/ui--yuiLocaleProperty.json","markdown":"https://demonhunterlabs.com/reference/text/ui--yuiLocaleProperty.md"}
