Skip to content

Code run in OOP host doesn't respect VS' culture settings #24317

@NTaylorMullen

Description

@NTaylorMullen

Version Used:
VS 15.6-preview2

Steps to Reproduce:

  1. Install Spanish VS language pack
  2. Start devenv.exe in Spanish local: devenv.exe /LCID 3082
  3. File => new Web App
  4. Run culture sensitive code in OOP host

Expected Behavior:

  • Culture sensitive code returns Spanish based information

Actual Behavior:

  • English based information is returned

Notes:
This seems to be caused by the OOP host not having its current culture set to what VS has its language settings set to.

/cc @heejaechang

Metadata

Metadata

Assignees

Labels

Area-IDEBugResolution-FixedThe bug has been fixed and/or the requested behavior has been implemented

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions