What is the fastest/better way to localize a .Net Compact Framework application in C#?
Posted
by Praveen
on Stack Overflow
See other posts from Stack Overflow
or by Praveen
Published on 2010-05-26T12:28:01Z
Indexed on
2010/05/26
12:31 UTC
Read the original article
Hit count: 148
.NET
|compact-framework
Hi All,
I am developing an application for a Windows CE OS.
I am using .Net Compact Framework 3.5.
I want to localize my control texts on my form , and I am looking for the fastest way and compatible to compact framework using C#.
Please guide me with your valuable ideas how can I do it ?
© Stack Overflow or respective owner