getStringForProject

fun Resources.getStringForProject(project: Project?, id: Int, vararg args: Any?): String

Extension function to get a project specific string with a project reference.

Returns project specific localization or the input id when the project is not set or the project has no special localization.


fun Resources.getStringForProject(projectId: String?, id: Int, vararg args: Any?): String

Extension function to get a project specific string with its id.

Returns project specific localization or the input id when the project is not set or the project has no special localization.