if i do something like true true it looks like this. https://drive.google.com/...g0oRvTrhIX52wGkXIL75
OK, I understand. I don't think there is a way out of the box for that, but you can add a little Javascript at the end of the skin file(s) that replaces the texts based on the values, e.g.:
$(document).ready(function() { $("#dnn_LANGUAGE1_selectCulture option[value='en-US']").text("ENG"); $("#dnn_LANGUAGE1_selectCulture option[value='fr-FR']").text("FRA"); // etc. });
Hope that helps...
Happy DNNing! Michael
yes sir that did it lang text is changed thank you!
These Forums are dedicated to the discussion of DNN Platform.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.