Welcome Guest, Not a member yet? Register   Sign In
Hindi Language (1000 Rs) Job for indian Users
#1

Hi I want to display Hindi text on website ... Only for Indian users
Currently showing ??? instead of Hindi text
Any one interested

Amount to be paid Rs 1000/-

Attached Files Thumbnail(s)
   
#2

(This post was last modified: 01-04-2018, 08:29 AM by InsiteFX. Edit Reason: Add another way of doing it )

Here is a script that will convert english to hindi using Google's language translation api...

Translate english to hindi by google api

Here is Google's old way of doing it.

Code:
<!DOCTYPE html>
<html lang="en-US">
<body>

<h1>My Web Page</h1>

<p>Hello everybody!</p>

<p>Translate this page:</p>

<div id="google_translate_element"></div>

<script type="text/javascript">
function googleTranslateElementInit() {
 new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script>

<script type="text/javascript" src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

<p>You can translate the content of this page by selecting a language in the select box.</p>

</body>
</html>

You should be able to do it yourself now...
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
#3

Hi
This is not the solution..
#4

I will done your job. Pm me your requirement I will solve in minutes.
#5

(01-05-2018, 05:13 AM)inhindi Wrote: I will done your job. Pm me your requirement I will solve in minutes.

inhindi has private messaging disabled. You cannot send private messages to this user.

unable to send you message

Hi
I have a website www.zeporena.com and when i m adding title and description in hindi it showing me ???????????? instead to text..
Example: http://www.zaporena.com/categories/health
There is one post in this category showing question marks..
Can you solve this
#6

(01-05-2018, 10:40 PM)bggmedia Wrote:
(01-05-2018, 05:13 AM)inhindi Wrote: I will done your job. Pm me your requirement I will solve in minutes.

inhindi has private messaging disabled. You cannot send private messages to this user.

unable to send you message

Hi
I have a website www.zeporena.com and when i m adding title and description in hindi it showing me ???????????? instead to text..
Example: http://www.zaporena.com/categories/health
There is one post in this category showing question marks..
Can you solve this

Sure give me tittle in English I will write in hindi.
#7

(01-06-2018, 12:30 AM)inhindi Wrote:
(01-05-2018, 10:40 PM)bggmedia Wrote:
(01-05-2018, 05:13 AM)inhindi Wrote: I will done your job. Pm me your requirement I will solve in minutes.

inhindi has private messaging disabled. You cannot send private messages to this user.

unable to send you message

Hi
I have a website www.zaporena.com and when i m adding title and description in hindi it showing me ???????????? instead to text..
Example: http://www.zaporena.com/categories/health
There is one post in this category showing question marks..
Can you solve this

Sure give me tittle in English I will write in hindi.

Hi
I think you are taking this in any other way


It it not about write title in hindi...
do setup of codeigniter for read hind text on website.
#8

(01-06-2018, 04:27 AM)bggmedia Wrote:
(01-06-2018, 12:30 AM)inhindi Wrote:
(01-05-2018, 10:40 PM)bggmedia Wrote:
(01-05-2018, 05:13 AM)inhindi Wrote: I will done your job. Pm me your requirement I will solve in minutes.

inhindi has private messaging disabled. You cannot send private messages to this user.

unable to send you message

Hi
I have a website www.zaporena.com and when i m adding title and description in hindi it showing me ???????????? instead to text..
Example: http://www.zaporena.com/categories/health
There is one post in this category showing question marks..
Can you solve this

Sure give me tittle in English I will write in hindi.

Hi
I think you are taking this in any other way


It it not about write title in hindi...
do setup of codeigniter for read hind text on website.

is the database utf8?

Check the config.php:
$config['charset'] = 'UTF-8';
https://github.com/bcit-ci/CodeIgniter/b...ig.php#L92

Font?
#9

1. Database need to be in UTF-8
2. Codeigniter need to be set to UTF-8 (config.php and database.php)
3. HTML need to define UTF-8 (this it does)
4. All files need to be in UTF-8 (without bom) and not ANSI
5. The function that prints the title and description need to be UTF-8 compatible.
#10

(01-06-2018, 05:04 AM)Paradinight Wrote:
(01-06-2018, 04:27 AM)bggmedia Wrote:
(01-06-2018, 12:30 AM)inhindi Wrote:
(01-05-2018, 10:40 PM)bggmedia Wrote:
(01-05-2018, 05:13 AM)inhindi Wrote: I will done your job. Pm me your requirement I will solve in minutes.

inhindi has private messaging disabled. You cannot send private messages to this user.

unable to send you message

Hi
I have a website www.zaporena.com and when i m adding title and description in hindi it showing me ???????????? instead to text..
Example: http://www.zaporena.com/categories/health
There is one post in this category showing question marks..
Can you solve this

Sure give me tittle in English I will write in hindi.

Hi
I think you are taking this in any other way


It it not about write title in hindi...
do setup of codeigniter for read hind text on website.

is the database utf8?

Check the config.php:
$config['charset'] = 'UTF-8';
https://github.com/bcit-ci/CodeIgniter/b...ig.php#L92

Font?
ofcourse it is there




Theme © iAndrew 2016 - Forum software by © MyBB