pub fn current_textdomain() -> Result<Vec<u8>, Error>
Expand description
Get currently set message domain.
If you want to set the domain, rather than getting its current value, use
textdomain
.
For more information, see textdomain(3).
pub fn current_textdomain() -> Result<Vec<u8>, Error>
Get currently set message domain.
If you want to set the domain, rather than getting its current value, use
textdomain
.
For more information, see textdomain(3).