#I need to localize Relation Manager tab
6 messages · Page 1 of 1 (latest)
you can add to the relation class
public static function getNavigationLabel(): string
{
return __('...');
}
Hi friend. This code not working
protected static ?string $title = 'xxx';
// or
public static function getTitle(Model $ownerRecord, string $pageClass): string
{
return __('xxx');
}
it worked. Thank you very much