c# 4.0 - How to set the different language for asp.NET application? -
i new development of asp.net applications... want give different language options user choose wishes.
thanks in advance
the best way have text site set in language table in database. every piece of text. set unique id each languae, 1=english, 2=spanish, , on. then, when populating text on page, rather calling text static table, call language table id.
Comments
Post a Comment