Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
すべての非同期ソケット コールバックにデフォルトの CultureInfo ("en-US") を設定する方法はありますか? それとも、コールバックごとに手動で設定する必要がありますか?
.NET 4.5 に関しては、 を使用できますCultureInfo.DefaultThreadCurrentCulture。残念ながら、アプリケーションに CultureInfo を設定することはできないため、すべてのスレッドはシステム ロケール情報で開始されます。
CultureInfo.DefaultThreadCurrentCulture