User1054446402 posted
hello everyone,
i have a website that reads some of its content from a database, i need this website in both languages, English and arabic.
the needed content is duplicated in the database in both languages. lets say i have a En_Name and Ar_Name columns in my database.
and for example for the arabic version of the website a link will display a text from Ar_Name , and with the english one it should display the text from the En_Name.
for the static content in my website i think it is a good idea to use the ASP.NET default localization using (.resx files). but what i dont know is how to do the localization for the dynamic section of the website.
So, how can i make the same hyperLink read once from the Ar_Name field, and then from the En_Name based on the users choise (Localization)?