Click here to Skip to main content
15,885,537 members
Articles / Programming Languages / C#

Localization of RDLC Reports into an Arabic Locale

Rate me:
Please Sign up or sign in to vote.
4.33/5 (9 votes)
10 Dec 2008CPOL2 min read 45.9K   942   12  
Localize RDLC into Arabic Locale or any other language with the correct right-to-left alignment.
<?xml version="1.0" encoding="utf-8"?>
<phrases>
	<phrase id="Id">الرقم</phrase>
	<phrase id="Name">الإسم</phrase>
	<phrase id="TestReport">تقرير تجربة</phrase>
</phrases>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Integrated Digital Systems - IDS
Lebanon Lebanon
Been programming since 2001 interested in finance, security, workflows, SharePoint and algorithms. He is an MCSD, MCDBA, MCAD, MCSD, (again), MCTS, MCPD and MCT.
My Blog: www.alihamdar.com

Comments and Discussions