Click here to Skip to main content
15,891,136 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralDisplay data into windows explorer Pin
Dinesh Porwal18-Aug-04 5:27
Dinesh Porwal18-Aug-04 5:27 
GeneralOpenNETCF-Smart Device Framework Pin
mathon18-Aug-04 0:35
mathon18-Aug-04 0:35 
QuestionMessage Removed Pin
17-Aug-04 20:08
Andres Coder17-Aug-04 20:08 
AnswerRe: What exacly is serialization ? Pin
Steven Campbell20-Aug-04 7:39
Steven Campbell20-Aug-04 7:39 
GeneralNational Language Unsupport For Me Pin
kzyh17-Aug-04 6:55
kzyh17-Aug-04 6:55 
GeneralRe: National Language Unsupport For Me Pin
DavidNohejl29-Sep-04 12:44
DavidNohejl29-Sep-04 12:44 
GeneralRe: National Language Unsupport For Me Pin
kyaw zayar han29-Sep-04 23:24
kyaw zayar han29-Sep-04 23:24 
GeneralRe: National Language Unsupport For Me Pin
DavidNohejl30-Sep-04 6:12
DavidNohejl30-Sep-04 6:12 
Hi Kyaw,
you wrote:
We have our own language, character, text, sort order, compare method and so on.

I think u should use class System.Globalization.CultureInfo. This class stores information about culture, like its calendary, sorting order, date/time format and currency. IMO you will have to set some properties like, say, CultureInfo.DateTimeFormat. This class has many properties, like DayNames. You will have to set these properties to comply with ur language. By playing with CultureInfo and its properties, u should be able to define all cultural-dependent things needed in localization process. Then, u will probably want to create satellite assembly, where will be stored (mainly) strings in ur language. In ur app, simply set System.Threading.CurrentThread.CurrentUICulture to your new CultureInfo instance. All the magic around strings are done with ResourceManager class. These are only basic ideas how ito solve ur problem. I never had to work with unsupported language so I belive this is the right way bt can be 100% sure.... I am awared this is not EXACTLY how to build .NET localized application, bt I don't have time nor feel like write it all... but I strongly suggest u to use (MSDN[^]) for additional information about all classes I mentioned & about satellite assemblies and resources etc.

best regards,
David

Never forget: "Stay kul and happy" (I.A.)
Generalimporting fortran dll's Pin
alankrita17-Aug-04 5:55
alankrita17-Aug-04 5:55 
GeneralRe: importing fortran dll's Pin
progload17-Aug-04 15:20
progload17-Aug-04 15:20 
GeneralRe: importing fortran dll's Pin
alankrita18-Aug-04 5:51
alankrita18-Aug-04 5:51 
GeneralRe: importing fortran dll's Pin
progload18-Aug-04 7:16
progload18-Aug-04 7:16 
GeneralTAPI and internal GSM/GPRS devices Pin
montons17-Aug-04 4:48
montons17-Aug-04 4:48 
GeneralRe: TAPI and internal GSM/GPRS devices Pin
Anonymous17-Aug-04 8:46
Anonymous17-Aug-04 8:46 
GeneralTrack user clicks in a menu Pin
and_vb16-Aug-04 15:35
and_vb16-Aug-04 15:35 
Generalassembly not showing in Add Reference dialog box Pin
econner16-Aug-04 11:05
econner16-Aug-04 11:05 
GeneralRe: assembly not showing in Add Reference dialog box Pin
econner16-Aug-04 15:00
econner16-Aug-04 15:00 
General.NET CPU usage by thread Pin
JohnMDavey16-Aug-04 1:16
JohnMDavey16-Aug-04 1:16 
Generaldatagrid scroller -- help me --- :-)) Pin
kings_115-Aug-04 3:57
kings_115-Aug-04 3:57 
GeneralRe: datagrid scroller -- help me --- :-)) Pin
sbasheer30-Aug-04 4:26
sbasheer30-Aug-04 4:26 
Generalaccess2000 via OleDB doesn't work for memo fields Pin
Hagen7415-Aug-04 2:28
Hagen7415-Aug-04 2:28 
Generalngen assemblies does not work Pin
Hagen7414-Aug-04 23:18
Hagen7414-Aug-04 23:18 
GeneralMarshal C# String to ActiveX DLL Pin
rgondzur13-Aug-04 12:05
rgondzur13-Aug-04 12:05 
GeneralRe: Marshal C# String to ActiveX DLL Pin
Steven Campbell13-Aug-04 15:25
Steven Campbell13-Aug-04 15:25 
QuestionHow to Remove a DLL Reference Pin
rgondzur12-Aug-04 9:40
rgondzur12-Aug-04 9:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.