.Net localization (Hebrew version)
.NET supports Unicode and you can use variables and literals in your own language.Is it useful? I don’t know ,but looks amazing.
using System;
namespace Devintelligence.Localization
{
/// <summary>
/// Localization in Hebrew
/// </summary>
class Class1
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main(string[] args)
{
for( int ????? = 0;?????<10;?????++ )
{
Console.Write("{0}", ????? );
}
Console.ReadLine();
}
}
}
[Via Abhinaba's blog]

15. February 2006 at 16:01
This is even more awesome. I just love the way selection changes when you have bi-directional text. Looks even more cool when that’s in a source code