{"id":20826957,"url":"https://github.com/mklement0/wincustomlocalesamples","last_synced_at":"2025-03-12T07:24:50.461Z","repository":{"id":86884791,"uuid":"148349715","full_name":"mklement0/WinCustomLocaleSamples","owner":"mklement0","description":"Files for experimenting with Windows Vista+ custom locales (cultures)","archived":false,"fork":false,"pushed_at":"2018-09-11T17:03:04.000Z","size":219,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-18T17:52:04.752Z","etag":null,"topics":["culture","locale","test","windows"],"latest_commit_sha":null,"homepage":"","language":"Lasso","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mklement0.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-11T16:51:49.000Z","updated_at":"2018-09-11T17:11:17.000Z","dependencies_parsed_at":"2023-03-22T23:31:06.949Z","dependency_job_id":null,"html_url":"https://github.com/mklement0/WinCustomLocaleSamples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mklement0%2FWinCustomLocaleSamples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mklement0%2FWinCustomLocaleSamples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mklement0%2FWinCustomLocaleSamples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mklement0%2FWinCustomLocaleSamples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mklement0","download_url":"https://codeload.github.com/mklement0/WinCustomLocaleSamples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243174437,"owners_count":20248310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["culture","locale","test","windows"],"created_at":"2024-11-17T23:10:38.767Z","updated_at":"2025-03-12T07:24:50.435Z","avatar_url":"https://github.com/mklement0.png","language":"Lasso","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Files for experimenting with Windows Vista+ custom locales (cultures)\n\n* `.ldml` ... XML source files for building locales via the Microsoft [Locale Builder](https://www.microsoft.com/en-us/download/details.aspx?id=41158).\n* `.msi` ... installers generated by Locale Builder (that presumably wrap `*.nlp` files that can alternatively be output stand-alone); installations can be removed via `appwiz.cpl`\n\nTerminology note: _locale_ is the term used by unmanaged code (Windows API), _culture_ is the equivalent term for managed code (.NET)\n\n* The `en-US.*` files relate to a _replacement_ custom locale for the predefined (standard) `en-US` locale.\n* The `en-ZZ.*` files relate to a (fictitious) _supplemental_ custom locale, derived from the neutral `en` locale.\n\nBoth custom locales modify the negative number sign and the number decimal separator.\n\nOnce the `*.msi` files are installed, you can inspect and use the custom locales as follows from PowerShell:\n\n```powershell\n# List the custom cultures' properties.\n[cultureinfo] 'en-US' | Format-List; [cultureinfo] 'en-ZZ' | Format-List\n\n# To see the modified number-format properties (.NegativeSign and .NumberDecimalSepator):\n[cultureinfo] 'en-US' | % NumberFormat; [cultureinfo] 'en-ZZ' | % NumberFormat\n\n# To apply a custom culture:\n# Windows PowerShell caveat: culture reverts to previous one after each command line.\n[cultureinfo]::currentculture = [cultureinfo] 'en-ZZ'; 1.2 # -\u003e '1#2'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmklement0%2Fwincustomlocalesamples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmklement0%2Fwincustomlocalesamples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmklement0%2Fwincustomlocalesamples/lists"}