Uh oh!
There was an error while loading. Please reload this page.
Enable preferreduilang for fsi - #4253
Merged
Merged
Conversation
forki
commented
Jan 24, 2018
Contributor
hugs! |
KevinRansomforce-pushed
the
fsiuilang
branch
2 times, most recently
from
January 24, 2018 09:01
dd9c135 to
db77f96Comparecartermp
commented
Jan 24, 2018
Contributor
Docs update: dotnet/docs#4193 |
cartermp
commented
Jan 24, 2018
Contributor
@dotnet-bot test this please |
realvictorprm
commented
Jan 25, 2018
via email
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
| | Some(n) -> Thread.CurrentThread.CurrentUICulture <- new CultureInfo(n) | ||
| | None -> () | ||
| #if FX_LCIDFROMCODEPAGE | ||
| ignore lcidFromCodePage |
ContributorAuthor
There was a problem hiding this comment.
I don't think so ... I will check.
cartermp
approved these changes
Jan 28, 2018
T-Gro pushed a commit
that referenced
this pull request
Jun 12, 2026
* Add support for --preferreduilang in fsi.exe * Prefereduiculture for fsi * Remove dead code
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 freeto 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.