Enable preferreduilang for fsi#4253
Merged
KevinRansom merged 3 commits intodotnet:masterfrom Jan 29, 2018
Merged
Conversation
Contributor
|
hugs! |
dd9c135 to
db77f96
Compare
db77f96 to
5c1c607
Compare
Contributor
|
Docs update: dotnet/docs#4193 |
Contributor
|
@dotnet-bot test this please |
Contributor
|
Great!
Am 24.01.2018 9:27 vorm. schrieb "Kevin Ransom (msft)" <
notifications@github.com>:
… Enable the preferreduilang switch for fsi.exe.
fsi.exe --preferreduilang:de-DE
Microsoft (R) F# Interactive, Version 4.1
Copyright (c) Microsoft Corporation. Alle Rechte vorbehalten.
Um Hilfe zu erhalten, geben Sie "#help;;" ein.
> #quit;;
------------------------------
You can view, comment on, or merge this pull request online at:
#4253
Commit Summary
- Enable preferreduilang for fsi
File Changes
- *M* src/fsharp/fsi/fsi.fs
<https://github.com/Microsoft/visualfsharp/pull/4253/files#diff-0>
(15)
Patch Links:
- https://github.com/Microsoft/visualfsharp/pull/4253.patch
- https://github.com/Microsoft/visualfsharp/pull/4253.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4253>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AYPM8JdTuq8easnKIj4X3uNAkYybxi_4ks5tNulVgaJpZM4Rq4a6>
.
|
brettfo
reviewed
Jan 26, 2018
src/fsharp/fsi/fsi.fs
Outdated
| | Some(n) -> Thread.CurrentThread.CurrentUICulture <- new CultureInfo(n) | ||
| | None -> () | ||
| #if FX_LCIDFROMCODEPAGE | ||
| ignore lcidFromCodePage |
Contributor
Author
There was a problem hiding this comment.
I don't think so ... I will check.
cartermp
approved these changes
Jan 28, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enable the preferreduilang switch for fsi.exe.