Some times I may want to do something different in the code for a particular language.
Ie:
Currency::create('val_frete')
->label(Lang::t('Freight'))
->BRL()
->symbol()
->decimals(2),
Here I'm hard setting the currency format to BRL but, if EN is selected, I would need to change it to USD.
Is there a getLang() or something?