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.
特定の LCID の母国語名 (たとえば、"Deutsch (Deutschland)") を取得したいと考えています。これまでのところ、CurrentThread のカルチャをこのカルチャに設定しなければならない例しか見ていません。CurrentThread のカルチャを設定せずに解決策を探しています。
どうもありがとうございました!
this new culture(LCID が提供されている) を現在のスレッドのカルチャに設定せずに、次のようにします。
this new culture
Dim NativeName As String=System.Globalization.CultureInfo.GetCultureInfo(LCID_HERE).NativeName