lang
Last updated
Last updated
{lang }function is basically used to display phrases such as User doesnt exist. It helps make Clip Bucket Multilingual.
Usage
Examples
Example 1
Above code will print ‘User doesnot Exist’.
Example 2
There are some phrases which uses ‘sprint_f‘ modifier to assign values on-fly. With these phrases lang function is used a little differently.
This will print ‘%s commented %s’. This makes no sense. So we will assign this value to a variable.
Now it is stored in variable called {$comment_string}. We will now use ‘sprintf’ modifier to assign values one by one.
This will print: Username commented 3 weeks ago.
Complete list of phrases with respective codes can be found here
Loading...