Display localized stylesheet link element.
If get_locale_stylesheet_uri() returns a value, locale_stylesheet will echo a valid xhtml <link> tag like this:
<link rel="stylesheet" href="path_to_stylesheet" type="text/css" media="screen" />
If get_locale_stylesheet_uri() does not return a value then the function exits immediately.
<?php locale_stylesheet() ?>
None.
Uses get_locale_stylesheet_uri().
Since: 2.1.0
locale_stylesheet() is located in wp-includes/theme.php
.