Skip to content

Introduce way to disable localization support #34057

Closed
@marek-safar

Description

@marek-safar

The localization support for dotnet/runtime comes with a noticeable cost for workloads which are size sensitive and would be fine with English only.

The primary costs come from

  • linker not being able to remove resource entries which are not needed
  • ResourceManager implementation which is redundant for a single locale

There should be a way to switch to English mode only perhaps using some extra linker logic which converts .resources back to strings.

/cc @danmosemsft @vitek-karas @eerhardt

Metadata

Metadata

Assignees

Labels

area-Metalinkable-frameworkIssues associated with delivering a linker friendly framework

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions