Hi @ikihinojosa
You can find this code in templates/user-age-calculator-template1.php on line no. 62
<select id="birth-month1-<?php echo intval( $random_number ); ?>" class="uac-birth-month" style="<?php echo esc_html( $input_css ); ?>">
<?php for ( $i = 1; $i <= 12; $i++ ) { ?>
<option value="<?php echo intval( $i ); ?>">
<?php echo gmdate('F', strtotime("2021-$i-01")); ?>
</option>
<?php } ?>
</select>
https://plugins.trac.wordpress.org/browser/user-age-calculator/trunk/templates/user-age-calculator-template1.php#L62
and a similar code on templates/user-age-calculator-template2.php
on line no. 70 and 95.
https://plugins.trac.wordpress.org/browser/user-age-calculator/trunk/templates/user-age-calculator-template2.php#L70
https://plugins.trac.wordpress.org/browser/user-age-calculator/trunk/templates/user-age-calculator-template2.php#L95
Thanks and Regards
Vikas
Hi!
Thank you for the quick response!
Ok... I found the codes, but I'm not really sure how is that I can translate the months
January to Enero (spanish)
February to Febrero ans so on...
If you could give me a hint... I will really appreciate!
Also, I want to show you the page where your plugin will be, but still on construction... as soon as is ready, I will send you the link
Thanks again, and I will be alert to your comments regarding the month's translation
That is great Vikas!!!
Thank you so much…
once we are done, Ill send the link to the page to you, so you can check how it was integrated your plugin..
Thanks again…