SPATIUM Mobile
주소복사
About Operating System Languages Tools Favorites Notice Visit TEST  
     ADK (3)
     android (3)
     ASP (5)
     ASP.Net (1)
     C# (5)
     HTML (9)
     JAVA (7)
     JavaScript (9)
     jQuery (5)
     Mobile Web (2)
     node.js (1)
     Oracle (8)
     PHP (7)
     Spring Framework (4)
     SQL (17)
     WPF (5)
   ID  
   Password  
  |  
  Location United States
  IP Address 18.191.174.168
2024. 04
123456
78910111213
14151617181920
21222324
25
2627
282930
Category  Languages, C#
Writer 김태우 Date 2014-11-10 20:13:55 Visit 2265
Change CurrentUICulture

 

Change CurrentUICulture

OnLoad(){

    Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("en-US");
    Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("en-US");
 
}
 
// en-US - USA
// ja-JP - Japan
// ko-KR - Korea

 

Tags  Change CurrentUICulture, en-US, ja-JP, ko-KR
  Relation Articles
[Languages-C#] Change CurrentUICulture (2014-11-10 20:13:55)
  Your Opinion
Member ID
150 letters
Copyright (C) SPATIUM. All rights reserved.
[SPATIUM]WebMaster Mail